DeviceDefinitionVersion constructor

DeviceDefinitionVersion({
  1. List<Device>? devices,
})

Implementation

DeviceDefinitionVersion({
  this.devices,
});