menu
flutter_awesome_select package
documentation
flutter_awesome_select.dart
S2MultiChosenData<T>
length property
length property
dark_mode
light_mode
length
property
@
override
int
get
length
override
Returns the length of the
choice
Implementation
@override int get length => choice?.length ?? 0;
flutter_awesome_select package
documentation
flutter_awesome_select
S2MultiChosenData<T>
length property
S2MultiChosenData mixin