nil constant

Uuid const nil

A special case UUID that is guaranteed to not be unique.

The Nil UUID is all zeros, i.e.:

00000000-0000-0000-0000-000000000000

Implementation

static const Uuid nil = _Uuid.fromInts(0, 0, 0, 0);