CommandResult constructor

CommandResult(
  1. bool isSuccess,
  2. int cmd,
  3. Uint8List? data
)

Implementation

CommandResult(this.isSuccess, this.cmd, this.data);