min property

Uint64 min
final

Returns the statically-bounded minimum value of a 64-bit unsigned integer (0).

Implementation

static final Uint64 min = Uint64.from(0);