blob: 9d9a1bdb7fa9eecbf2cf560b58aeec9f5ff40c94 [file] [log] [blame] [view]
# bytes property
*[<Null safety>](https://dart.dev/null-safety)*
ByteData bytes
_<span class="feature final">final</span>_
<p>The memory contents of this "VMO".</p>
## Implementation
```dart
final ByteData bytes;
```