EnumFlutterBinder class
- Inheritance
-
- Object
- FlutterWidgetBinder<
String> - EnumFlutterBinder
- Implemented types
- Mixed-in types
Constructors
- EnumFlutterBinder(EnumConverter converter)
-
const
Properties
- converter → EnumConverter
-
final
- deriveFuture → Type
-
no setterinherited
- deriveFutureOr → Type
-
no setterinherited
- deriveIterable → Type
-
no setterinherited
- deriveList → Type
-
no setterinherited
- deriveSet → Type
-
no setterinherited
- deriveStream → Type
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setteroverride
- isNullable → bool
-
no setterinherited
- nullable → TypeCapture
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- typeArgument → Type
-
no setterinherited
Methods
-
buildBindingField(
BuildContext context, FieldBindingController< String> controller) → Widget -
override
-
buildView(
String? value) → Widget -
inherited
-
castIterable(
Iterable< String> iterable) → Iterable<String> -
inherited
-
castList(
List list) → List< String> -
inherited
-
castSet(
Set set) → Set< String> -
inherited
-
consumeType<
RETURN> (RETURN func< _>() ) → RETURN -
inherited
-
consumeTypeArg<
RETURN, ARG> (RETURN func< _>(ARG), ARG arg) → RETURN -
inherited
-
createBindingController(
FieldBindingParent parent, FieldBindingContext< String> context) → FieldBindingController<String> -
override
-
initialise(
DogEngine engine) → void -
Initialises the operation mode with the given
engine. This allows for the operation mode to possibly precache some data that would need to be lookup on every invocation otherwise.override -
isAssignable(
dynamic object) → bool -
inherited
-
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.
override