conditions property

  1. @override
List<WhereCondition>? conditions
final

Nested conditions. Leave unchanged for WhereConditions that do not nest.

Implementation

@override
final List<WhereCondition>? conditions;