GoogleAdsSearchads360V23CommonCustomParameter constructor

GoogleAdsSearchads360V23CommonCustomParameter({
  1. String? key,
  2. String? value,
})

Implementation

GoogleAdsSearchads360V23CommonCustomParameter({this.key, this.value});