DeviceUser constructor

DeviceUser({
  1. List<String>? authorityList,
  2. String? group,
  3. String? memo,
  4. String? name,
  5. String? password,
  6. String? passwordV2,
  7. bool? reserved,
  8. bool? sharable,
})

Implementation

DeviceUser(
    {this.authorityList,
      this.group,
      this.memo,
      this.name,
      this.password,
      this.passwordV2,
      this.reserved,
      this.sharable});