isValidUuid property
bool
get
isValidUuid
Checks if the string is a valid UUID (v4).
Implementation
bool get isValidUuid => v_uuid.isUuid(this, '4');
Checks if the string is a valid UUID (v4).
bool get isValidUuid => v_uuid.isUuid(this, '4');