BaseWidgetDj constructor

BaseWidgetDj({
  1. required String baseWidgetDjType,
  2. dynamic descriptionDj,
  3. CodePartDjType codePartDjType = CodePartDjType.BaseWidget,
})

Implementation

BaseWidgetDj({
  required this.baseWidgetDjType,
  descriptionDj,
  CodePartDjType codePartDjType = CodePartDjType.BaseWidget,
}) : super(
        descriptionDj: descriptionDj,
        codePartDjType: codePartDjType,
      );