operations property

Map<String, PreloadOperation> get operations

Gets the operations that are currently in progress.

Implementation

Map<String, PreloadOperation> get operations => Map.unmodifiable(_operations);