blob: 6c5e4c5a09ee33ba864154176b4170b5747e2379 [file] [log] [blame] [view]
# kHandleAbsent top-level constant
int const kHandleAbsent
## Implementation
```dart
const int kHandleAbsent = 0;
```