StateMessage constructor
StateMessage({
- required String event,
- required String state,
- required String deviceType,
- StateMessageSystem? system,
- StateMessageHardware? hardware,
- List<
StateMessageProperty> ? properties,
Implementation
StateMessage({
required this.event,
required this.state,
required this.deviceType,
this.system,
this.hardware,
this.properties,
});