markAsPristine method
Mark the field as pristine (reset dirty state).
Implementation
void markAsPristine() {
value = value.copyWith(isDirty: false);
}
Mark the field as pristine (reset dirty state).
void markAsPristine() {
value = value.copyWith(isDirty: false);
}