ZoomVideoSdkSupportCountryInfo constructor

ZoomVideoSdkSupportCountryInfo(
  1. String countryCode,
  2. String countryID,
  3. String countryName
)

The country name.

Implementation

String countryName; /// The country name.

ZoomVideoSdkSupportCountryInfo(
    this.countryCode, this.countryID, this.countryName);