toMap method Null safety
Implementation
Map<String, dynamic> toMap() {
return {
'videoroom': this.videoroom,
'room': this.room,
};
}
Map<String, dynamic> toMap() {
return {
'videoroom': this.videoroom,
'room': this.room,
};
}