addSize method

int addSize(
  1. int? size
)

Implementation

int addSize(int? size) {
  fbBuilder.addInt64(1, size);
  return fbBuilder.offset;
}