Transformer<CONTEXT> class

Transformer is a generic class that transforms a source into a target object given a list of Operations.

Constructors

Transformer.new(List<Operation<CONTEXT>> operations)

Properties

hashCode int
The hash code for this object.
no setterinherited
operations List<Operation<CONTEXT>>
final
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
transformTarget(dynamic source, dynamic target, CONTEXT context) → void
Modify a target instance by applying all specified operations.

Operators

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