menu
tunder package
documentation
database.dart
Where
Where.new constructor
Where.new constructor
dark_mode
light_mode
Where
constructor
Where
(
String
column
, {
String
boolOperator
=
'AND'
,
})
Implementation
Where(this.column, {this.boolOperator = 'AND'});
tunder package
documentation
database
Where
Where.new constructor
Where class