menu
jet_flutter_framework package
documentation
jet_framework.dart
UniqueValidator<T>
values property
values property
dark_mode
light_mode
values
property
List
<
T
>
values
final
The list of values to check against for uniqueness.
Implementation
final List<T> values;
jet_flutter_framework package
documentation
jet_framework
UniqueValidator<T>
values property
UniqueValidator class