getKeyFromValue method
K?
getKeyFromValue(
- V value
Returns the key associated with value, or null if absent.
Implementation
K? getKeyFromValue(V value) => _map2[value];
Returns the key associated with value, or null if absent.
K? getKeyFromValue(V value) => _map2[value];