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