UpperCaseIsoMapExtension<V extends IsoStandardized<Object>> extension

Extension methods for the UpperCaseIsoMap class.

on

Properties

codes List<String>

Available on UpperCaseIsoMap<V>, provided by the UpperCaseIsoMapExtension extension

Returns the unmodifiable list of ISO standardized codes in that map.
no setter

Methods

copyWith(Map<String, V> other, {V? defaultValue}) UpperCaseIsoMap<V>

Available on UpperCaseIsoMap<V>, provided by the UpperCaseIsoMapExtension extension

Creates a copy of UpperCaseIsoMap with a new map of ISO codes to values.
findByCodeOrThrow(Object? code) → V

Available on UpperCaseIsoMap<V>, provided by the UpperCaseIsoMapExtension extension

Retrieves the value associated with the given ISO code or throws an error.
maybeFindByCode(Object? code) → V?

Available on UpperCaseIsoMap<V>, provided by the UpperCaseIsoMapExtension extension

Retrieves the value associated with the given ISO code.