value property

Uint8List get value

Implementation

Uint8List get value => this._value;
set value (Uint8List value)

Implementation

set value(Uint8List value) => this._value = value;