blob: 1b5b8062659a3cc07ed9e324e9c59c5585fa0ab3 [file] [log] [blame] [view]
# HandleInfo constructor
const
HandleInfo([Handle](../../zircon/Handle-class.md) handle, int type, int rights)
## Implementation
```dart
const HandleInfo(this.handle, this.type, this.rights);
```