ReturnDj constructor

ReturnDj({
  1. dynamic descriptionDj,
  2. String returnStr = '',
  3. CodePartDjType codePartDjType = CodePartDjType.Return,
})

Implementation

ReturnDj({
  descriptionDj,
  this.returnStr = '',
  CodePartDjType codePartDjType = CodePartDjType.Return,
}) : super(
        descriptionDj: descriptionDj,
        codePartDjType: codePartDjType,
      );