decrypted property

Future<String> decrypted

Implementation

Future<String> get decrypted async => await GetCipher.instance.decrypt(this);