Operation<CONTEXT> class

An Operation contains a source and a target Property that are used to read values from a source and set the result in the target object

CONTEXT any context information that could be needed during a transformation

Constructors

Operation.new(Property<CONTEXT> source, Property<CONTEXT> target)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source Property<CONTEXT>
getter/setter pair
target Property<CONTEXT>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSource(dynamic to, dynamic from, CONTEXT context) → void
Set a source property by reading the appropriate value from the target
setTarget(dynamic from, dynamic to, CONTEXT context) → void
Set a target property by reading the appropriate value from the source
toString() String
A string representation of this object.
inherited

Operators

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