isDirty property

bool get isDirty

Implementation

bool get isDirty {
  return _plaintextStore.isDirty || _encryptedStore.isDirty;
}