@override Map<String, dynamic> toJson() { Map<String, dynamic> jsonObject = {}; jsonObject['id'] = id; jsonObject['type'] = type; jsonObject['serviceEndpoint'] = serviceEndpoint; return jsonObject; }