isUUID method

bool isUUID()

Implementation

bool isUUID() => RegVal.hasMatch(
      this,
      RegexPattern.uuid,
    );