ValueTransformer class
Constructors
-
ValueTransformer({required dynamic sendToBinder(dynamic inputValue), required dynamic takeFromBinder(dynamic binderValue)})
-
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
sendToBinder
↔ dynamic Function(dynamic inputValue)
-
getter/setter pair
-
takeFromBinder
↔ dynamic Function(dynamic binderValue)
-
getter/setter pair
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited