blob: dc6ae1c0f86d908b67f7da931fb40e309e4f2dd9 [file] [log] [blame] [view]
# 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();
```