ParameterIdListingDTO constructor

const ParameterIdListingDTO({
  1. List<ParameterId>? items,
  2. List<int>? ids,
  3. int? count,
})

Implementation

const ParameterIdListingDTO({
  this.items,
  this.ids,
  this.count,
});