addInputOffset method

int addInputOffset(
  1. int? offset
)

Implementation

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