menu
glider_api package
documentation
glider_api.dart
ListValidator<T>
ListValidator.new const constructor
ListValidator.new const constructor
dark_mode
light_mode
ListValidator<
T
>
constructor
const
ListValidator<
T
>
(
Validator
<
T
>
itemValidator
, {
int
?
minLength
,
int
?
maxLength
,
bool
required
=
true
,
})
Implementation
const ListValidator( this.itemValidator, { this.minLength, this.maxLength, this.required = true, });
glider_api package
documentation
glider_api
ListValidator<T>
ListValidator.new const constructor
ListValidator class