menu
khadem package
documentation
contracts.dart
QueryBuilderInterface<T>
orWhereNull abstract method
orWhereNull abstract method
dark_mode
light_mode
orWhereNull
abstract method
QueryBuilderInterface
<
T
>
orWhereNull
(
String
column
)
OR WHERE column IS NULL
Implementation
QueryBuilderInterface<T> orWhereNull(String column);
khadem package
documentation
contracts
QueryBuilderInterface<T>
orWhereNull abstract method
QueryBuilderInterface class