data property
Uint8List?
get
data
Implementation
_i5.Uint8List? get data => _i4.getProperty(
this,
'data',
);
set
data
(Uint8List? value)
Implementation
set data(_i5.Uint8List? value) {
_i4.setProperty(
this,
'data',
value ?? _i6.undefined,
);
}