addE method

int addE(
  1. int? e
)

Implementation

int addE(int? e) {
  fbBuilder.addInt64(2, e);
  return fbBuilder.offset;
}