CheckDataAccessRequest constructor

CheckDataAccessRequest({
  1. ConsentList? consentList,
  2. String? dataId,
  3. Map<String, String>? requestAttributes,
  4. String? responseView,
})

Implementation

CheckDataAccessRequest({
  this.consentList,
  this.dataId,
  this.requestAttributes,
  this.responseView,
});