menu
stdc package
documentation
stdint.dart
StdintStdc
INT32_MAX property
INT32_MAX property
dark_mode
light_mode
INT32_MAX
property
int
get
INT32_MAX
Maximum value of a 32-bit signed integer.
Implementation
int get INT32_MAX => 2147483647;
stdc package
documentation
stdint
StdintStdc
INT32_MAX property
StdintStdc extension on
Stdc