isDirty property

bool get isDirty

Whether at least one of the FormzInputs is dirty.

Implementation

bool get isDirty => !isPure;