uuid static method

String uuid()

Generate a UUID (v4)

Implementation

static String uuid() {
  return _uuid.v4();
}