max property

Uint64 max
final

Returns the statically-bounded maximum value of a 64-bit unsigned integer (-1).

Implementation

static final Uint64 max = Uint64.from(-1);