componentColumn method

int componentColumn(
  1. ComponentID id,
  2. SetHash hash
)

Implementation

@pragma('vm:prefer-inline')
int componentColumn(ComponentID id, SetHash hash) => _componentIndex[id]![hash]!;