ParameterIdListingDTO constructor
- List<
ParameterId> ? items, - List<
int> ? ids, - int? count,
Implementation
const ParameterIdListingDTO({
this.items,
this.ids,
this.count,
});
const ParameterIdListingDTO({
this.items,
this.ids,
this.count,
});