menu
entao_sql package
documentation
sqlite.dart
Pragma
getBool method
getBool method
dark_mode
light_mode
getBool
method
bool
getBool
(
String
name
)
Implementation
bool getBool(String name) { return getInt(name) != 0; }
entao_sql package
documentation
sqlite
Pragma
getBool method
Pragma class