GoogleAdsSearchads360V23CommonTextLabel.fromJson constructor

GoogleAdsSearchads360V23CommonTextLabel.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonTextLabel.fromJson(core.Map json_)
  : this(
      backgroundColor: json_['backgroundColor'] as core.String?,
      description: json_['description'] as core.String?,
    );