ZoomVideoSdkSessionDialInNumberInfo.fromJson constructor
Implementation
ZoomVideoSdkSessionDialInNumberInfo.fromJson(Map<String, dynamic> json)
: countryCode = json['countryCode'],
countryID = json['countryID'],
countryName = json['countryName'],
number = json['number'],
displayNumber = json['displayNumber'],
type = json['type'];