ZoomVideoSdkSupportCountryInfo.fromJson constructor

ZoomVideoSdkSupportCountryInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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