SourceDataLoadedEventData class Null safety

The class for source-data-loaded event in Observer

Constructors

SourceDataLoadedEventData.fromJson(Map<String, dynamic> json)

Properties

begin int
Representing timestamp taken at the time of an event creation; in microseconds; since the epoch.
final
end int?
For an interfinal events; an optional end property will be present that represents timestamp taken at the time of an event completion.
final
hashCode int
The hash code for this object.
read-onlyinherited
id String
The 'id' property defines the source id.
final
loaded bool?
The 'loaded' property will be set to 'true' if all source's required for Map's visible viewport; are loaded.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
tileID TileID?
The 'tile-id' property defines the tile id if the 'type' field equals 'tile'.
final
type SourceDataType
The 'type' property defines if source's meta{e.g.; TileJSON} or tile has been loaded.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited