FunctionResolver class
Constructors
-
FunctionResolver(Map<
String, CreateTransformFunction> functions)
Properties
-
functions
→ Map<
String, CreateTransformFunction> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getCreateFunction(
String functionName) → CreateTransformFunction? -
hasFunction(
String functionName) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
dynamic value, {Map< String, dynamic> ? params}) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
defaultFunctions
↔ Map<
String, CreateTransformFunction> -
getter/setter pair
Static Methods
Constants
- functionNameKey → const String