ULID.nextULID constructor

ULID.nextULID([
  1. int? timestamp
])

Generate a ULID.

Implementation

factory ULID.nextULID([int? timestamp]) =>
    DefaultULID.factory.nextULID(timestamp);