menu
firebase_ffi package
documentation
firestore.dart
Where
Where.notIn const constructor
Where.notIn const constructor
dark_mode
light_mode
Where.notIn
constructor
const
Where.notIn
(
String
field
,
List
<
Object
?
>
values
)
Implementation
const Where.notIn(String field, List<Object?> values) : this(field, 'not-in', values);
firebase_ffi package
documentation
firestore
Where
Where.notIn const constructor
Where class