toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'bitrate': this.bitrate,
'channel': this.channel.index,
'codecID': this.codecID.index,
'mixMode': this.mixMode.index
};
}
Map<String, dynamic> toMap() {
return {
'bitrate': this.bitrate,
'channel': this.channel.index,
'codecID': this.codecID.index,
'mixMode': this.mixMode.index
};
}