addSubKeysOffset method

int addSubKeysOffset(
  1. int? offset
)

Implementation

int addSubKeysOffset(int? offset) {
  fbBuilder.addOffset(9, offset);
  return fbBuilder.offset;
}