GoogleAdsSearchads360V23ResourcesFellowship.fromJson constructor

GoogleAdsSearchads360V23ResourcesFellowship.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesFellowship.fromJson(core.Map json_)
  : this(
      completionYear: json_['completionYear'] as core.int?,
      institutionName: json_['institutionName'] as core.String?,
    );