isPure property
bool
get
isPure
Whether all of the FormzInput are pure.
Implementation
bool get isPure => Formz.isPure(inputs);
Whether all of the FormzInput are pure.
bool get isPure => Formz.isPure(inputs);