1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-10 09:18:52 +01:00
nc-photos/app/lib/int_util.dart
2022-04-06 02:37:58 +08:00

2 lines
67 B
Dart

const int int32Max = 2147483647;
const int int32Min = -2147483648;