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