decode method

V decode(
  1. int data
)
override

Implementation

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