mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-25 08:24:43 +01:00
2 lines
57 B
Dart
2 lines
57 B
Dart
|
bool isHttpStatusGood(int status) => status ~/ 100 == 2;
|