whereIn property

Iterable<Object?>? whereIn
final

Creates a new filter for checking that the given field equals any of the given values.

Implementation

final Iterable<Object?>? whereIn;