SourceDataLoadedEventData constructor
- required String id,
- required SourceDataType type,
- bool? loaded,
- TileID? tileID,
- String? dataId,
- required EventTimeInterval timeInterval,
Implementation
SourceDataLoadedEventData({
required this.id,
required this.type,
this.loaded,
this.tileID,
this.dataId,
required this.timeInterval,
});