writeLong method

void writeLong(
  1. int v
)
inherited

Implementation

void writeLong(int v) => commit(8).setInt64(0, v, Endian.little);