getLength method

int getLength(
  1. int index
)

Returns the byte length of the value for index.

Implementation

int getLength(int index) => lengths[index];