remainingTiles property Null safety
Approximate number of tiles remaining to be downloaded
Is equal to approxMaxTiles - attemptedTiles
.
Implementation
int get remainingTiles => maxTiles - attemptedTiles;
Approximate number of tiles remaining to be downloaded
Is equal to approxMaxTiles - attemptedTiles
.
int get remainingTiles => maxTiles - attemptedTiles;