NameFilter<ModelType extends NameModel> constructor

const NameFilter<ModelType extends NameModel>({
  1. InWhere<int>? ids,
  2. InWhere<bool>? status,
  3. LikeWhere? text,
})

Implementation

const NameFilter({
  super.ids,
  super.status,
  this.text,
});