blob: b559ee0360f89467e9329de4cc1e2ec1c30ccb8e [file] [log] [blame] [view]
# bytes property
ByteData bytes
## Implementation
```dart
ByteData get bytes => _bytes!;
```