addTimestamp method

int addTimestamp(
  1. int timestamp
)

Implementation

int addTimestamp(int timestamp) {
  fbBuilder.addInt64(3, timestamp);
  return fbBuilder.offset;
}