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