DeviceGroup constructor
DeviceGroup({
- List<
DeviceSelector> ? deviceSelectors, - String? name,
Implementation
DeviceGroup({
this.deviceSelectors,
this.name,
});