MeasureUnitFilter constructor

const MeasureUnitFilter({
  1. InWhere<int>? ids,
  2. InWhere<bool>? status,
  3. LikeWhere? text,
  4. InWhere<int?>? upIds,
})

Implementation

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