DeviceGroups constructor

const DeviceGroups({
  1. List<DeviceGroup>? deviceGroups,
  2. int? total,
})

Implementation

const DeviceGroups({
  this.deviceGroups,
  this.total,
});