TileSetDetail constructor

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

Implementation

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