ZoomVideoSdkSessionDialInNumberInfo.fromJson constructor

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

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'];