ProcessedComponent constructor

ProcessedComponent({
  1. required ComponentType type,
  2. required String name,
  3. required String library,
  4. required ProcessedAs processedAs,
})

Implementation

ProcessedComponent({
  required this.type,
  required this.name,
  required this.library,
  required this.processedAs,
});