toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final conferenceSolutionKey = this.conferenceSolutionKey;
final requestId = this.requestId;
final status = this.status;
return {
'conferenceSolutionKey': ?conferenceSolutionKey,
'requestId': ?requestId,
'status': ?status,
};
}