nc-photos/app/lib/int_util.dart

3 lines
67 B
Dart
Raw Normal View History

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