isPristine property

bool get isPristine

Whether the field is pristine (not modified).

Implementation

bool get isPristine => !value.isDirty;