where property

Map<String, dynamic>? where
final

WHERE conditions for the subquery. Can contain FieldRef for correlated references.

Implementation

final Map<String, dynamic>? where;