GoogleCloudChannelV1EduData.fromJson constructor

GoogleCloudChannelV1EduData.fromJson(
  1. Map json_
)

Implementation

GoogleCloudChannelV1EduData.fromJson(core.Map json_)
    : this(
        instituteSize: json_['instituteSize'] as core.String?,
        instituteType: json_['instituteType'] as core.String?,
        website: json_['website'] as core.String?,
      );