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