CodePartDj constructor

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

Implementation

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