pristine property

  1. @override
bool pristine
inherited

The value has not changed Значение не изменялось

Implementation

@override
bool get pristine =>
    (_$pristineComputed ??= Computed<bool>(() => super.pristine,
            name: '_AbstractControl.pristine'))
        .value;