TiledMap constructor
TiledMap({})
Implementation
TiledMap({
this.compressionLevel,
this.height,
this.infinite,
this.layers,
this.nextLayerId,
this.nextObjectId,
this.orientation,
this.renderOrder,
this.tiledVersion,
this.tileHeight,
this.tileSets,
this.tileWidth,
this.type,
this.version,
this.width,
});