progress property
Map representing the progress of a tile
key
s should be the tile identifier, created by the Object.hashCode method on the tile's URL to impose uniquenessvalues
s should be a TimestampProgress, including the percentage (0-1) progress of the tile, and the timestamp the progress was taken at
Should not be read outside of this object.
Implementation
final Map<int, TimestampProgress> progress = {};