addCreationTimeOffset method

int addCreationTimeOffset(
  1. int? offset
)

Implementation

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