writeInt method

void writeInt(
  1. int v
)
inherited

Implementation

void writeInt(int v) => commit(4).setInt32(0, v, Endian.little);