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