Transformer<T> class abstract

The Transformer class is the base class for all transformers. This class responsible to transform the value to the desired type.

Implementers

Constructors

Transformer()
const

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
transform(dynamic value, FailCallback fail) → T?
The transform method should be implemented by the inheritors. This method should return the transformed value or throw FieldError if the transformation failed.

Operators

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