EliudQuery constructor
EliudQuery({
- List<
EliudQueryCondition> ? theConditions,
Implementation
EliudQuery({List<EliudQueryCondition>? theConditions}) {
withConditions(theConditions);
}