menu
litesql package
documentation
litesql.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; }
litesql package
documentation
litesql
Pragma
getBool method
Pragma class