SearchCriteria constructor

SearchCriteria(
  1. String description,
  2. List<String> fields,
  3. dynamic search
)

Implementation

SearchCriteria(super.description, this.fields, this.search) {
  super.stringFormat = "$description: $search";
}