randomULID static method

String randomULID([
  1. int? timestamp
])

Generate a ULID String.

Implementation

static String randomULID([int? timestamp]) =>
    DefaultULID.factory.randomULID(timestamp);