value property

Int8List? get value

Implementation

Int8List? get value => this._value;
set value (Int8List? value)

Implementation

set value(Int8List? value) {
  this._value = value;
}