DataTypeDj constructor

DataTypeDj({
  1. dynamic descriptionDj,
  2. dynamic baseWidgetDjType,
  3. required DataTypeDjType dataTypeDjType,
  4. CodePartDjType codePartDjType = CodePartDjType.DataType,
})

Implementation

DataTypeDj({
  descriptionDj,
  baseWidgetDjType,
  required this.dataTypeDjType,
  CodePartDjType codePartDjType = CodePartDjType.DataType,
}) : super(
        descriptionDj: descriptionDj,
        codePartDjType: codePartDjType,
      );