Editors constructor

Editors({
  1. bool? domainUsersCanEdit,
  2. List<String>? groups,
  3. List<String>? users,
})

Implementation

Editors({
  this.domainUsersCanEdit,
  this.groups,
  this.users,
});