CreateMediaItem.fromJson constructor Null safety
- dynamic json
Implementation
CreateMediaItem.fromJson(dynamic json) {
type = json['type'];
mid = json['mid'];
port = json['port'];
}
CreateMediaItem.fromJson(dynamic json) {
type = json['type'];
mid = json['mid'];
port = json['port'];
}