toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (eventsListenerEndpoint != null)
'eventsListenerEndpoint': eventsListenerEndpoint!,
if (eventsListenerPscSa != null)
'eventsListenerPscSa': eventsListenerPscSa!,
if (status != null) 'status': status!,
};