setUint16 method

void setUint16(
  1. int value
)

Implementation

void setUint16(final int value) => setUint(value, ByteLength.u16);