toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (customEventTypes != null) 'customEventTypes': customEventTypes!,
if (description != null) 'description': description!,
if (documentationLink != null) 'documentationLink': documentationLink!,
if (iconLocation != null) 'iconLocation': iconLocation!,
if (launchStage != null) 'launchStage': launchStage!,
if (name != null) 'name': name!,
if (searchTags != null) 'searchTags': searchTags!,
if (type != null) 'type': type!,
};