addOutput method

int addOutput(
  1. bool? output
)

Implementation

int addOutput(bool? output) {
  fbBuilder.addBool(0, output);
  return fbBuilder.offset;
}