blob: d107e7bcc687a7584e670db593ddad286d0345a3 [file] [log] [blame] [view]
# txid property
int txid
_<span class="feature">inherited</span>_
## Implementation
```dart
int get txid => data.getUint32(kMessageTxidOffset, Endian.little);
```