handles property
The simulation collider handles, empty while unmounted (a compound shape may produce several).
Pass them to world's PhysicsWorld.simulation (downcast to the concrete backend) to reach backend-specific collider features the generic surface does not expose.
Implementation
List<int> get handles => List.unmodifiable(_handles);