isUUID property

bool get isUUID

Checks if the string is a valid UUID.

Implementation

bool get isUUID {
  return _isUUID(this);
}