Map<String, dynamic> toJson() { final json = <String, dynamic>{}; if (serviceId != null) { json[r'serviceId'] = serviceId; } return json; }