TransformersRegistry class
A registry for managing field transformers, allowing custom transformations of form field values based on their types.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register<
T, G extends Object> (FieldTransformer< T, G> transformationFunction) → void - Registers a transformer function for a specific field type.
-
toString(
) → String -
A string representation of this object.
inherited
-
transform(
dynamic value) → dynamic - Transforms a field value using the appropriate transformer registered for its type.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited