ConsentList constructor

ConsentList({
  1. List<String>? consents,
})

Implementation

ConsentList({
  this.consents,
});