tileCount property

int get tileCount

Implementation

int get tileCount => (_maxX - _minX + 1) * (_maxY - _minY + 1);