menu
seshat package
documentation
sqlite.dart
SqliteSchemaGrammar
boolLiteral method
boolLiteral method
dark_mode
light_mode
boolLiteral
method
@
override
String
boolLiteral
(
bool
value
)
override
How a
bool
default is written.
Implementation
@override String boolLiteral(bool value) => value ? '1' : '0';
seshat package
documentation
sqlite
SqliteSchemaGrammar
boolLiteral method
SqliteSchemaGrammar class