MoveDevice constructor

MoveDevice(
  1. String name,
  2. String data,
  3. bool isConnected
)

Implementation

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