StateManagerDeviceService constructor
StateManagerDeviceService({
- String? name,
- StateManagerDeviceServiceStatus? status,
- bool ready = false,
Returns a new StateManagerDeviceService instance.
Implementation
StateManagerDeviceService({
this.name,
this.status,
this.ready = false,
});