addInt64 method

void addInt64(
  1. int value
)

Implementation

void addInt64(int value) {
  _list.addAll(DC.int64ToBytes(value));
}