ListFlutterBinder class

Inheritance
Implemented types
Mixed-in types

Constructors

ListFlutterBinder(FlutterWidgetBinder childBinder, TypeTree childType, DogConverter converter)
const

Properties

childBinder FlutterWidgetBinder
final
childType TypeTree
final
converter DogConverter
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 controller) Widget
override
buildView(dynamic value) Widget
inherited
castIterable(Iterable iterable) Iterable
inherited
castList(List list) List
inherited
castSet(Set set) Set
inherited
consumeType<RETURN>(RETURN func<_>()) → RETURN
inherited
consumeTypeArg<RETURN, ARG>(RETURN func<_>(ARG), ARG arg) → RETURN
inherited
createBindingController(FieldBindingParent parent, FieldBindingContext context) FieldBindingController
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