Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json[r'message'] = message; _json[r'signatures'] = signatures; return _json; }