toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (deprecated != null) 'deprecated': deprecated!,
if (description != null) 'description': description!,
if (endpointUrl != null) 'endpointUrl': endpointUrl!,
if (location != null) 'location': location!,
};