addKeyIdOffset method

int addKeyIdOffset(
  1. int? offset
)

Implementation

int addKeyIdOffset(int? offset) {
  fbBuilder.addOffset(1, offset);
  return fbBuilder.offset;
}