eStringFilterType constructor

const eStringFilterType(
  1. int number,
  2. eSearchFieldType searchFieldType,
  3. String description
)

Implementation

const eStringFilterType(
  this.number,
  this.searchFieldType,
  this.description,
);