menu
sherlock package
documentation
types/where.dart
Where
Where const constructor
Where const constructor
dark_mode
light_mode
Where
constructor
const
Where
(
{
dynamic
where
=
'*'
,
})
Implementation
const Where({where = '*'}) : super(value: where);
sherlock package
documentation
types/where
Where
Where const constructor
Where class