blob: 411ab5910c2f0c7bac3db6bf9965bc2b01da5d12 [file] [log] [blame] [view]
# bytes property
*[<Null safety>](https://dart.dev/null-safety)*
ByteData bytes
_final_
<p>The memory contents of this "VMO".</p>
## Implementation
```dart
final ByteData bytes;
```