max property
final
Returns the statically-bounded maximum value of a 64-bit signed integer (9223372036854775807).
Implementation
static final Int64 max = Int64.from(9223372036854775807);
Returns the statically-bounded maximum value of a 64-bit signed integer (9223372036854775807).
static final Int64 max = Int64.from(9223372036854775807);