addAggregation method

int addAggregation(
  1. Aggregation? aggregation
)

Implementation

int addAggregation(Aggregation? aggregation) {
  fbBuilder.addUint8(6, aggregation?.value);
  return fbBuilder.offset;
}