addFixed32 method

void addFixed32(
  1. int value
)

Implementation

void addFixed32(int value) {
  fixed32s.add(value);
}