SearchBy constructor

SearchBy({
  1. String? columnName,
  2. String? keyword,
})

Implementation

SearchBy({
  this.columnName,
  this.keyword,
});