max property

Uuid max
final

The max UUID is a special form of UUID that is specified to have all 128 bits set to one (ffffffff-ffff-ffff-ffff-ffffffffffff).

Implementation

static final Uuid max = Uuid._fromValidBytes(
  Uint8List(kUuidBytes)..fillRange(0, kUuidBytes, 255),
);