addInt16 method

void addInt16(
  1. int value
)

Implementation

void addInt16(int value) {
  _list.addAll(DC.int16ToBytes(value));
}