addKeyIdNumericOffset method

int addKeyIdNumericOffset(
  1. int? offset
)

Implementation

int addKeyIdNumericOffset(int? offset) {
  fbBuilder.addOffset(4, offset);
  return fbBuilder.offset;
}