filename property

  1. @override
String filename
override

Unique filename for the tileset to be loaded. This should match the 'source' property in the map.tmx file.

Implementation

@override
String get filename => _filename;