blob: 17ce9f0bc25ce1b0f8546a1d3484dc5d35c068c5 [file] [log] [blame] [view]
# data property
ByteData data
_<span class="feature">read / write</span>_
## Implementation
```dart
ByteData data = ByteData(_kInitialBufferSize);
```