RejectConsentRequest.fromJson constructor
RejectConsentRequest.fromJson(
- Map json_
Implementation
RejectConsentRequest.fromJson(core.Map json_)
: this(
consentArtifact: json_.containsKey('consentArtifact')
? json_['consentArtifact'] as core.String
: null,
);