blob: 8264923ebbc2e7b16b09b50b7adcf61d448cd50f [file] [log] [blame] [view]
# ByteDataProperty.deleted constructor
*[<Null safety>](https://dart.dev/null-safety)*
ByteDataProperty.deleted()
<p>Creates a <a href="../../package-fuchsia_inspect_inspect/ByteDataProperty-class.md">ByteDataProperty</a> that does nothing.</p>
## Implementation
```dart
ByteDataProperty.deleted() : super.deleted();
```