addHeight method

int addHeight(
  1. int? height
)

Implementation

int addHeight(int? height) {
  fbBuilder.addUint32(4, height);
  return fbBuilder.offset;
}