blob: 0ed258d00b829d278ad404aaf48b9cb9d5b0e11d [file] [log] [blame] [view]
# handles property
List<[Handle](../../zircon/Handle-class.md)> handles
## Implementation
```dart
List<Handle> get handles => _handles!;
```