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