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