MapperBase<T> class abstract Custom Mappers

Implementers

Constructors

MapperBase()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
A unique id for this type, defaults to the name of the type. Override this if you have two types with the same name.
no setter
implType Type
Optional type of the implementations of T used for decoding.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
no setter
typeFactory Function
A type factory is what makes generic types work.
no setter

Methods

createElement(MapperContainer container) MapperElementBase<T>
isFor(dynamic v) bool
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