Converts the object to a JSON representation.
@override Map<String, dynamic> toJson() { final json = super.toJson(); json["destination"] = destination; json["destination_tag"] = destinationTag; return json; }