setPristine method

void setPristine(
  1. bool? pristine
)
override

Implementation

void setPristine(bool? pristine) => this.isPristine = pristine;