inspect method

Map inspect()

Implementation

Map inspect() {
  return {
    "plaintext": _plaintextStore._store.inspect(),
    "encrypted": _encryptedStore._store.inspect(),
  };
}