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