Int128.max

maximum value

struct Int128
enum max = Int128(long.max, ulong.max);

Meta