isDirty property

bool isDirty

Whether at least one of the FormzInputs is dirty.

Implementation

bool get isDirty => !isPure;