menu
valida package
documentation
validate/models/comp_val.dart
CompValueList<T extends Comparable<T>>
CompValueList const constructor
CompValueList const constructor
dark_mode
light_mode
CompValueList<
T extends Comparable<
T
>
>
constructor
const
CompValueList<
T extends Comparable<
T
>
>
(
List
<
CompVal
<
T
>
>
values
)
Implementation
const CompValueList( this.values, ) : super._();
valida package
documentation
validate/models/comp_val
CompValueList<T extends Comparable<T>>
CompValueList const constructor
CompValueList class