Empty property

UuidV4 Empty
final

Represents the empty (00000000-0000-0000-0000-000000000000) v4 UUID

Implementation

static final Empty = UuidV4(UuidValue(
  '00000000-0000-0000-0000-000000000000',
));