DeviceGroup constructor

DeviceGroup({
  1. List<DeviceSelector>? deviceSelectors,
  2. String? name,
})

Implementation

DeviceGroup({this.deviceSelectors, this.name});