addInt32 method

void addInt32(
  1. int value
)

Implementation

void addInt32(int value) {
  _list.addAll(DC.int32ToBytes(value));
}