min property

Int64 min
final

Returns the statically-bounded minimum value of a 64-bit signed integer (-9223372036854775808).

Implementation

static final Int64 min = Int64.from(-9223372036854775808);