nc-photos/np_api/lib/src/util.dart

2 lines
57 B
Dart
Raw Normal View History

bool isHttpStatusGood(int status) => status ~/ 100 == 2;