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