data property

Uint8List get data

The data of this output item. Must always be an array of unsigned 8-bit integers.

Implementation

_i8.Uint8List get data => _i5.getProperty(
      this,
      'data',
    );
set data (Uint8List value)

Implementation

set data(_i8.Uint8List value) {
  _i5.setProperty(
    this,
    'data',
    value,
  );
}