newGuid static method

String newGuid()

Implementation

static String newGuid() {
  return _uuidGenerator.v4();
}