addTime method

int addTime(
  1. int? time
)

Implementation

int addTime(int? time) {
  fbBuilder.addInt64(0, time);
  return fbBuilder.offset;
}