SPConsentEvent constructor

SPConsentEvent(
  1. int code,
  2. String applicationId,
  3. String clientId,
  4. String type,
  5. List<SPConsentData> data,
)

Implementation

SPConsentEvent(
  this.code,
  this.applicationId,
  this.clientId,
  this.type,
  this.data,
);