decode method

V decode(
  1. int data
)
override

Implementation

V decode(int data) => values.byIndex(data.toSigned(8) + zeroIndex);