HMSVideoResolution.fromMap constructor Null safety
- Map map
Implementation
factory HMSVideoResolution.fromMap(Map map) {
return HMSVideoResolution(height: map['height'], width: map['width']);
}
factory HMSVideoResolution.fromMap(Map map) {
return HMSVideoResolution(height: map['height'], width: map['width']);
}