KeyMapper<K> class abstract

Base class for key normalization mapping.

Implementers

Constructors

KeyMapper()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

expandedKeys(K key) List<K>
map(K key) → K?
normalizedKeys(K key) List<K>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setupKey(K key) List<K>
setupKeys(Iterable<K> keys) → void
toString() String
A string representation of this object.
inherited
unmap(K keyMapped) → K?

Operators

operator ==(Object other) bool
The equality operator.
inherited