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