MoveDevice constructor

MoveDevice(
  1. String name,
  2. String data,
  3. bool isConnected,
  4. String displayName,
  5. MoveDeviceState state,
)

Implementation

MoveDevice(
  this.name,
  this.data,
  this.isConnected,
  this.displayName,
  this.state,
);