TileSetObject constructor

TileSetObject({
  1. bool? ellipse,
  2. double? height,
  3. int? id,
  4. String? name,
  5. List<Polygon>? polygon,
  6. double? rotation,
  7. String? type,
  8. bool? visible,
  9. double? width,
  10. double? x,
  11. double? y,
})

Implementation

TileSetObject({
  this.ellipse,
  this.height,
  this.id,
  this.name,
  this.polygon,
  this.rotation,
  this.type,
  this.visible,
  this.width,
  this.x,
  this.y,
});