UpperCaseIsoMapExtension<V extends IsoStandardized<Object> > extension
Extension methods for the UpperCaseIsoMap class.
- on
Properties
-
codes
→ List<
String> -
Available on UpperCaseIsoMap<
Returns the unmodifiable list of ISO standardized codes in that map.V> , provided by the UpperCaseIsoMapExtension extensionno setter
Methods
-
copyWith(
Map< String, V> other, {V? defaultValue}) → UpperCaseIsoMap<V> -
Available on UpperCaseIsoMap<
Creates a copy of UpperCaseIsoMap with a new map of ISO codes to values.V> , provided by the UpperCaseIsoMapExtension extension -
findByCodeOrThrow(
Object? code) → V -
Available on UpperCaseIsoMap<
Retrieves the value associated with the given ISO code or throws an error.V> , provided by the UpperCaseIsoMapExtension extension -
maybeFindByCode(
Object? code) → V? -
Available on UpperCaseIsoMap<
Retrieves the value associated with the given ISO code.V> , provided by the UpperCaseIsoMapExtension extension