blob: 837a92010e088bd645cd08da4a5ab3d4215255de [file] [log] [blame] [view] [edit]
# countHandles method
int countHandles
()
## Implementation
```dart
int countHandles() {
return _handleDispositions.length;
}
```