menu
flutter_awesome_select package
documentation
flutter_awesome_select.dart
S2SingleChosenData<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 != null ? 1 : 0;
flutter_awesome_select package
documentation
flutter_awesome_select
S2SingleChosenData<T>
length property
S2SingleChosenData mixin