GetIosReopenAttributionRequest.fromJson constructor
GetIosReopenAttributionRequest.fromJson(
- Map json_
Implementation
GetIosReopenAttributionRequest.fromJson(core.Map json_)
: this(
bundleId: json_['bundleId'] as core.String?,
requestedLink: json_['requestedLink'] as core.String?,
sdkVersion: json_['sdkVersion'] as core.String?,
);