addChildrenOffset method

int addChildrenOffset(
  1. int? offset
)

Implementation

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