writeUint64 method

void writeUint64(
  1. int value
)

Implementation

void writeUint64(int value) {
  _builder.add(value.toUint64());
}