MoveDevice constructor
MoveDevice(
- String name,
- String data,
- bool isConnected,
- String displayName,
- MoveDeviceState state,
Implementation
MoveDevice(
this.name,
this.data,
this.isConnected,
this.displayName,
this.state,
);