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