isValidUuid property

bool get isValidUuid

Checks if the string is a valid UUID (v4).

Implementation

bool get isValidUuid => v_uuid.isUuid(this, '4');