addUint32 method

void addUint32(
  1. int value
)

Implementation

void addUint32(int value) {
  _list.addAll(DC.uint32ToBytes(value));
}