ActivateConsentRequest.fromJson constructor
ActivateConsentRequest.fromJson(
- Map json_
Implementation
ActivateConsentRequest.fromJson(core.Map json_)
: this(
consentArtifact: json_['consentArtifact'] as core.String?,
expireTime: json_['expireTime'] as core.String?,
ttl: json_['ttl'] as core.String?,
);