toJson method

Map<String, dynamic> toJson()

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,
  };
}