menu
formix_validators package
documentation
string.dart
WhenNot<T, E>
WhenNot.new const constructor
WhenNot.new const constructor
dark_mode
light_mode
WhenNot<
T
,
E
>
constructor
const
WhenNot<
T
,
E
>
(
{
required
bool
condition
(
T
value
),
required
Formix
<
T
,
E
>
validator
,
})
Creates a
WhenNot
validator.
Implementation
const WhenNot({required this.condition, required this.validator});
formix_validators package
documentation
string
WhenNot<T, E>
WhenNot.new const constructor
WhenNot class