blob: f871b8f540cf85efd3b6de81fb3ad212b80b674d [file] [log] [blame] [view]
# valid property
*[<Null safety>](https://dart.dev/null-safety)*
bool valid
_inherited_
<p>Returns true only if this <code>Property</code> is present in underlying storage.</p>
## Implementation
```dart
bool get valid => _writer != null;
```