TileSetDetail constructor

TileSetDetail({
  1. int? firsTgId,
  2. String? source,
})

Implementation

TileSetDetail({this.firsTgId, this.source});