This website requires JavaScript.
Explore
Help
Sign In
Lemmy
/
lemmur-app-android
mirror of
https://github.com/krawieck/lemmur/
Watch
1
Star
0
Fork
You've already forked lemmur-app-android
0
Code
Issues
Releases
Wiki
Activity
22030d6291
lemmur-app-android
/
lib
/
app_config.dart
8 lines
100 B
Dart
Raw
Blame
History
class
AppConfig
{
final
bool
debugMode
;
const
AppConfig
(
{
required
this
.
debugMode
,
}
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink