Mapper class
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- i ↔ MapperContainer
-
getter/setter pair
Static Methods
-
asString(
dynamic value) → String -
fromIterable<
T> (Iterable iterable) → T -
fromJson<
T> (String json) → T -
fromMap<
T> (Map< String, dynamic> map) → T -
fromValue<
T> (dynamic value) → T -
get<
T> ([Type? type]) → dynamic -
getAll(
) → List -
hash(
dynamic value) → int -
Creates a combined hash code for a number of objects.
override
-
isEqual(
dynamic value, Object? other) → bool -
toIterable<
T> (T object) → Iterable -
toJson<
T> (T object) → String -
toMap<
T> (T object) → Map< String, dynamic> -
toValue<
T> (T value) → dynamic -
unuse<
T> () → dynamic -
use<
T> (dynamic mapper) → void -
useAll(
List mappers) → void