value property

Uint8List? value

Implementation

Uint8List? get value => this._value;
void value=(Uint8List? value)

Implementation

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