FieldDefinition class
Defines a field's initial value and optional options for use in NyFormWidget.init.
Use the define helper function to create instances of this class.
Constructors
- FieldDefinition({dynamic value, dynamic options})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited