nil property
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));
The nil UUID is special form of UUID that is specified to have all 128 bits set to zero.
static final Uuid nil = Uuid._fromValidBytes(Uint8List(kUuidBytes));