unlock property

Map<K, V> unlock

Returns a regular Dart (mutable) Map.

Implementation

Map<K, V> get unlock => <K, V>{}..addEntries(entries);