sVal property

Int8List? get sVal

Implementation

Int8List? get sVal => this._sVal;
set sVal (Int8List? sVal)

Implementation

set sVal(Int8List? sVal) {
  this._sVal = sVal;
}