value property
Implementation
@override
Map<K, V>? get value {
if (unsafeValue == null) return null;
return UnmodifiableMapView(unsafeValue!);
}
@override
Map<K, V>? get value {
if (unsafeValue == null) return null;
return UnmodifiableMapView(unsafeValue!);
}