toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final json = <String, dynamic>{};
  json[r'bitrate'] = this.bitrate;
  json[r'channels'] = this.channels;
  json[r'enable_dtx'] = this.enableDtx;
  return json;
}