command property

Int8List? get command

Implementation

Int8List? get command => this._command;
set command (Int8List? command)

Implementation

set command(Int8List? command) {
  this._command = command;
}