4 lines
95 B
Dart
4 lines
95 B
Dart
class PrefKey {
|
|
static const lastFetched = 'LAST_FETCHED';
|
|
static const flags = 'flags';
|
|
}
|