CodePartDj constructor

const CodePartDj({
  1. String? descriptionDj,
  2. CodePartDjType? codePartDjType,
})

Implementation

const CodePartDj({
  this.descriptionDj,
  this.codePartDjType,
});