isEmpty property
bool
get
isEmpty
Implementation
bool get isEmpty {
return _plaintextStore.isEmpty && _encryptedStore.isEmpty;
}
bool get isEmpty {
return _plaintextStore.isEmpty && _encryptedStore.isEmpty;
}