isDirty property

bool get isDirty

true if there are unpersisted changes.

Implementation

_i2.bool get isDirty => _i5.getProperty(
      this,
      'isDirty',
    );