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