blob: 1db81a185cb8ff611b38c2788f755b4379eaa417 [file] [log] [blame] [view]
# numBytes property
int numBytes
## Implementation
```dart
int get numBytes => _numBytes!;
```