ciphertext_format_error property

String ciphertext_format_error

ciphertext format is not json

Implementation

String get ciphertext_format_error {
  return Intl.message(
    'ciphertext format is not json',
    name: 'ciphertext_format_error',
    desc: '',
    args: [],
  );
}