ComponentType constructor

const ComponentType({
  1. required List<ModuleType> modules,
})

Implementation

const ComponentType({
  required this.modules,
});