ExportDj constructor

ExportDj({
  1. dynamic descriptionDj,
  2. String? exportStr,
  3. CodePartDjType codePartDjType = CodePartDjType.Export,
})

Implementation

ExportDj({
  descriptionDj,
  this.exportStr,
  CodePartDjType codePartDjType = CodePartDjType.Export,
}) : super(
        descriptionDj: descriptionDj,
        codePartDjType: codePartDjType,
      );