toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => {
      'ciphertext': ciphertext,
      'iv': iv,
      'x3dhKey': x3dhKey,
    };