nil property

Uuid nil
final

The nil UUID is special form of UUID that is specified to have all 128 bits set to zero.

Implementation

static final Uuid nil = Uuid._fromValidBytes(Uint8List(kUuidBytes).buffer);