DaktelaFilter constructor Null safety
- {String logic = 'and',
- List<
DaktelaFilterField> ? fields, - List<
DaktelaFilter> ? filters}
Implementation
DaktelaFilter({this.logic = 'and', this.fields, this.filters});
DaktelaFilter({this.logic = 'and', this.fields, this.filters});