TileResource constructor

TileResource(
  1. String id,
  2. Uint8List data
)

Implementation

TileResource(this.id, this.data);