Returns a JSON presentation of the object.
@override Map<String, Object> toJson({ClientUriConverter? clientUriConverter}) { var result = <String, Object>{}; return result; }