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