ListCustomGroupController class Null safety
ListGroupController to manage list of grouped checkbox/chips/switch isMultipleSelectionPerGroup : (List
initSelectedValuesByGroup : (List) A Initialize list of values on each group of checkbox that will be selected in group.
- Available Extensions
Constructors
Properties
-
allSelectedItems
→ Future<
List> -
read-only
-
allSelectedItemsGrouped
→ Future<
List> -
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
initSelectedValuesByGroup
→ Map<
int, List> -
final
-
isMultipleSelectionPerGroup
→ List<
bool> -
final
-
mapSelectedItems
→ Future<
Map< int, dynamic> > -
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
selectedItemsByGroupIndex(
int index) → Future< List> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited