isHydrated property

bool get isHydrated

Implementation

bool get isHydrated {
  return _plaintextStore.isHydrated && _encryptedStore.isHydrated;
}