addFixed64 method

void addFixed64(
  1. Int64 value
)

Implementation

void addFixed64(Int64 value) {
  fixed64s.add(value);
}