toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final cipherText = this.cipherText;
  final keyName = this.keyName;
  return {'cipherText': ?cipherText, 'keyName': ?keyName};
}