DeviceClass.fromBytes constructor

DeviceClass.fromBytes(
  1. Uint8List bytes
)

Implementation

DeviceClass.fromBytes(Uint8List bytes) {
  this.bytes = bytes;
}