isDirty property
bool
get
isDirty
Whether at least one of the FormzInputs is dirty.
Implementation
bool get isDirty => !isPure;
Whether at least one of the FormzInputs is dirty.
bool get isDirty => !isPure;