CipherString.fromJson constructor

CipherString.fromJson(
  1. String json
)

Implementation

factory CipherString.fromJson(String json) =>
    CipherString(cipher.decrypt(json));