EmptyLineDj constructor

EmptyLineDj({
  1. dynamic descriptionDj,
  2. CodePartDjType codePartDjType = CodePartDjType.EmptyLine,
})

Implementation

EmptyLineDj({
  descriptionDj,
  CodePartDjType codePartDjType = CodePartDjType.EmptyLine,
}) : super(
        descriptionDj: descriptionDj,
        codePartDjType: codePartDjType,
      );