GoogleAdsSearchads360V23ServicesSurveySatisfied.fromJson constructor

GoogleAdsSearchads360V23ServicesSurveySatisfied.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ServicesSurveySatisfied.fromJson(core.Map json_)
  : this(
      otherReasonComment: json_['otherReasonComment'] as core.String?,
      surveySatisfiedReason: json_['surveySatisfiedReason'] as core.String?,
    );