addCount method

int addCount(
  1. int? count
)

Implementation

int addCount(int? count) {
  fbBuilder.addUint32(1, count);
  return fbBuilder.offset;
}