addUint64 method

void addUint64(
  1. int value
)

Implementation

void addUint64(int value) {
  _list.addAll(DC.uint64ToBytes(value));
}