DeviceUser constructor

DeviceUser({
  1. String? deviceName,
  2. String? userUuid,
  3. bool? freeze,
  4. String? authType,
  5. int? startDate,
  6. int? endDate,
  7. int? grade,
  8. String? sender,
  9. int? sort,
  10. Device? device,
})

Implementation

DeviceUser({
    this.deviceName,
    this.userUuid,
    this.freeze,
    this.authType,
    this.startDate,
    this.endDate,
    this.grade,
    this.sender,
    this.sort,
    this.device});