condition property

Int8List? get condition

Implementation

Int8List? get condition => this._condition;
set condition (Int8List? condition)

Implementation

set condition(Int8List? condition) {
  this._condition = condition;
}