isValid property
bool
get
isValid
Whether the FormzInput values are all valid.
Implementation
bool get isValid => Formz.validate(inputs);
Whether the FormzInput values are all valid.
bool get isValid => Formz.validate(inputs);