isValid property

bool isValid

Whether the FormzInput values are all valid.

Implementation

bool get isValid => Formz.validate(inputs);