Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json['privateKey'] = privateKey.toJson(); return _json; }