1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-10 09:18:52 +01:00
nc-photos/lib/int_util.dart

3 lines
67 B
Dart
Raw Normal View History

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