getBitIndex static method

int getBitIndex(
  1. Type componentType
)

Returns the index of the bit of the componentType.

Implementation

static int getBitIndex(Type componentType) =>
    ComponentType.getTypeFor(componentType)._bitIndex;