menu
firebase_ffi package
documentation
firestore.dart
Where
Where.arrayContains const constructor
Where.arrayContains const constructor
dark_mode
light_mode
Where.arrayContains
constructor
const
Where.arrayContains
(
String
field
,
Object
?
value
)
Implementation
const Where.arrayContains(String field, Object? value) : this(field, 'array-contains', value);
firebase_ffi package
documentation
firestore
Where
Where.arrayContains const constructor
Where class