NodeDj constructor

const NodeDj({
  1. required String? name,
  2. required StructureType type,
})

Implementation

const NodeDj({
  required this.name,
  required this.type,
});