GoogleAdsSearchads360V23ResourcesBusinessRegistrationNumber.fromJson constructor

GoogleAdsSearchads360V23ResourcesBusinessRegistrationNumber.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesBusinessRegistrationNumber.fromJson(
  core.Map json_,
) : this(number: json_['number'] as core.String?);