addDepth method

int addDepth(
  1. int? depth
)

Implementation

int addDepth(int? depth) {
  fbBuilder.addInt16(8, depth);
  return fbBuilder.offset;
}