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