addNode method

int addNode(
  1. int? node
)

Implementation

int addNode(int? node) {
  fbBuilder.addInt32(0, node);
  return fbBuilder.offset;
}