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