blob: ee96f6433513d47a69f7f517e5d217bdf28fe4c6 [file] [log] [blame] [view]
# handle property
int handle
## Implementation
```dart
int get handle => -1;
```