data property
dynamic
data
final
Event payload — type depends on type:
| type | data |
|---|---|
| SerialEventType.data | Uint8List |
| SerialEventType.lineStatusChanged | Map<String, bool> |
| others | null |
Implementation
final dynamic data;