nil property

Uuid nil
final

The nil UUID is a special form of UUID that is specified to have all 128 bits set to zero (00000000-0000-0000-0000-000000000000).

Implementation

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