GoogleAdsSearchads360V23ServicesRestatementValue.fromJson constructor

GoogleAdsSearchads360V23ServicesRestatementValue.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ServicesRestatementValue.fromJson(core.Map json_)
  : this(
      adjustedValue: (json_['adjustedValue'] as core.num?)?.toDouble(),
      currencyCode: json_['currencyCode'] as core.String?,
    );