# 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(); | |
``` | |