ValidaSet<T> constructor
const
ValidaSet<T> ({
- int? minLength,
- int? maxLength,
- ValidaField<
T> ? each, - List<
ValidaError> customValidate(- Set<
T>
- Set<
- String? customValidateName,
Implementation
const ValidaSet({
this.minLength,
this.maxLength,
this.each,
this.customValidate,
this.customValidateName,
});