ImageFieldController class
Constructors
- ImageFieldController(Key fieldKey, {String? value, bool required = true})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setValue(
String value) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
-
validator(
String? value) → String?
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited