randomUUID static method

String randomUUID()

Implementation

static String randomUUID() => uuid.v1().replaceAll('-', '');