ListConfig<T, S, U, C extends InputConfig<S, U> , I extends Input<T, S, U, C> > class
- Inheritance
-
- Object
- InputConfig<
List< S> , List<U> > - ListConfig
Constructors
-
ListConfig({List<
S> initialState = const [], UpdatePolicy<List< updatePolicy = const UpdatePolicy.allow(), int min = 0, int? max, required C itemConfig, required I itemControllersBuilder(C itemConfig)})S> , List<U> > -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
initialState
→ List<
S> -
finalinherited
- itemConfig → C
-
final
- itemControllersBuilder → I Function(C itemConfig)
-
final
- max → int?
-
final
- min → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
updatePolicy
→ UpdatePolicy<
List< S> , List<U> > -
finalinherited
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