AdminConsents constructor

AdminConsents({
  1. List<String>? names,
})

Implementation

AdminConsents({
  this.names,
});