Mapper<T> 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 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>() → BaseMapper<T>?
getAll() List<BaseMapper>
hash(dynamic value) int
Creates a combined hash code for a number of objects.
override
isEqual(dynamic value, Object? other) bool
toIterable(dynamic object) Iterable
toJson(dynamic object) String
toMap(dynamic object) Map<String, dynamic>
toValue(dynamic value) → dynamic
unuse<T>() → BaseMapper<T>?
use<T>(BaseMapper<T> mapper) → void
useAll(List<BaseMapper> mappers) → void