totalTiles property

int get totalTiles

Total number of tiles in the map

Implementation

int get totalTiles => width * height;