ActivateConsentRequest.fromJson constructor

ActivateConsentRequest.fromJson(
  1. 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?,
    );