menu
entao_hare package
documentation
app/app.dart
AppMap
getInt static method
getInt static method
dark_mode
light_mode
getInt
static method
int
?
getInt
(
String
key
)
Implementation
static int? getInt(String key) { return appMap[key] as int; }
entao_hare package
documentation
app/app
AppMap
getInt static method
AppMap class