ValidaMap<K, V> constructor
const
ValidaMap<K, V> ({
- int? minLength,
- int? maxLength,
- ValidaField<
K> ? eachKey, - ValidaField<
V> ? eachValue, - List<
ValidaError> customValidate(- Map<
K, V>
- Map<
- String? customValidateName,
Implementation
const ValidaMap({
this.minLength,
this.maxLength,
this.eachKey,
this.eachValue,
this.customValidate,
this.customValidateName,
});