blob: f7cc7d8c34f21d47a793cf7a7b17b870e862cf7f [file] [log] [blame] [view]
# isValid property
bool isValid
_<span class="feature inherited">inherited</span>_
## Implementation
```dart
bool get isValid => handle?.isValid ?? false;
```