SOURCE_REMOVED constant Null safety

String const SOURCE_REMOVED

The source has been removed with removeStyleSource method. The event is emitted synchronously, thus, getStyleSources will be in sync when the observer receives the notification.

Event data format (Object):
.
└── id - String

Implementation

static const String SOURCE_REMOVED = "source-removed";