data property
Uint8List
get
data
The frame bytes. Empty for PollingFrameType.on and PollingFrameType.off, which carry none.
Implementation
Uint8List get data => _data.data;
The frame bytes. Empty for PollingFrameType.on and PollingFrameType.off, which carry none.
Uint8List get data => _data.data;