dataValue property Null safety
Implementation
Uint8List get dataValue => this._dataValue;
Implementation
set dataValue(Uint8List value) => this._dataValue = value;
Uint8List get dataValue => this._dataValue;
set dataValue(Uint8List value) => this._dataValue = value;