CodeIdsByTypeCodeVersionIntervalFilter constructor

CodeIdsByTypeCodeVersionIntervalFilter({
  1. String? desc,
  2. String? startType,
  3. String? startCode,
  4. String? startVersion,
  5. String? endType,
  6. String? endCode,
  7. String? endVersion,
})

Implementation

CodeIdsByTypeCodeVersionIntervalFilter({this.desc, this.startType, this.startCode, this.startVersion, this.endType, this.endCode, this.endVersion});