SOURCE_ADDED constant Null safety
The source has been added with addStyleSource method.
The event is emitted synchronously, therefore, it is possible to immediately
read added source's properties.
Event data format (Object):
.
└── id - String
Implementation
static const String SOURCE_ADDED = "source-added";