conditions property

  1. @override
List<WhereCondition> conditions
final

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

Implementation

@override
// ignore: overridden_fields
final List<WhereCondition> conditions;