mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
2 lines
67 B
Dart
2 lines
67 B
Dart
const int int32Max = 2147483647;
|
|
const int int32Min = -2147483648;
|