addUint16 method

void addUint16(
  1. int value
)

Implementation

void addUint16(int value) {
  _list.addAll(DC.uint16ToBytes(value));
}