Template constructor

Template({
  1. Tileset? tileSet,
  2. TiledObject? object,
})

Implementation

Template({
  this.tileSet,
  this.object,
});