addTimeEnd method

int addTimeEnd(
  1. int? timeEnd
)

Implementation

int addTimeEnd(int? timeEnd) {
  fbBuilder.addInt64(1, timeEnd);
  return fbBuilder.offset;
}