FieldNameMapper class

A KeyMapper for class fields or table columns.

Inheritance

Constructors

FieldNameMapper()

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

Operators

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