max property

Int64 max
final

Returns the statically-bounded maximum value of a 64-bit signed integer (9223372036854775807).

Implementation

static final Int64 max = Int64.from(9223372036854775807);