TileSet constructor
TileSet({})
Implementation
TileSet({
this.columns,
this.image,
this.imageHeight,
this.imageWidth,
this.margin,
this.name,
this.spacing,
this.tileCount,
this.tiledVersion,
this.tileHeight,
this.tiles,
this.tileWidth,
this.type,
this.version,
});