writeShort method

void writeShort(
  1. int v
)
inherited

Implementation

void writeShort(int v) => commit(2).setInt16(0, v, Endian.little);