mirror of
https://github.com/Livinglist/Hacki.git
synced 2025-08-26 03:02:13 +08:00
7 lines
54 B
Dart
7 lines
54 B
Dart
enum Status {
|
|
idle,
|
|
loading,
|
|
loaded,
|
|
error,
|
|
}
|