addOutputOffset method

int addOutputOffset(
  1. int? offset
)

Implementation

int addOutputOffset(int? offset) {
  fbBuilder.addOffset(0, offset);
  return fbBuilder.offset;
}