menu
dbx package
documentation
dbx.dart
DBX
getDoubleList static method
getDoubleList static method
dark_mode
light_mode
getDoubleList
static method
List
<
double
>
?
getDoubleList
(
String
key
)
Implementation
static List<double>? getDoubleList(String key) { return dataMap[key]?.listFloatValue.values; }
dbx package
documentation
dbx
DBX
getDoubleList static method
DBX class