addCreationTimeOffset method

int addCreationTimeOffset(
  1. int? offset
)

Implementation

int addCreationTimeOffset(int? offset) {
  fbBuilder.addOffset(2, offset);
  return fbBuilder.offset;
}