# IntProperty.deleted constructor | |
*[<Null safety>](https://dart.dev/null-safety)* | |
IntProperty.deleted() | |
<p>Creates an <a href="../../package-fuchsia_inspect_inspect/IntProperty-class.md">IntProperty</a> that does nothing.</p> | |
## Implementation | |
```dart | |
IntProperty.deleted() : super.deleted(); | |
``` | |