Sign in
fuchsia
/
reference-docs
/
main
/
.
/
f7
/
sdk
/
dart
/
zircon
/
ReadResult
/
numBytes.md
blob: 1db81a185cb8ff611b38c2788f755b4379eaa417 [
file
] [
log
] [
blame
] [
view
]
# numBytes property
int
numBytes
## Implementation
```dart
int get numBytes => _numBytes!;
```