menu
simplify_satva package
documentation
database/pojo/base_pojo.dart
BasePojo
getDoubleValue method
getDoubleValue method
dark_mode
light_mode
getDoubleValue
method
double
getDoubleValue
(
String
name
)
Implementation
double getDoubleValue(String name){ return getFieldValue(name) as double; }
simplify_satva package
documentation
database/pojo/base_pojo
BasePojo
getDoubleValue method
BasePojo class