successfulSize property

double successfulSize

The total size (in KiB) of tiles that were either cached, in buffer, or skipped

Equal to cachedSize + skippedSize.

Implementation

double get successfulSize => cachedSize + skippedSize;