ProcessedComponent constructor
ProcessedComponent({
- required ComponentType type,
- required String name,
- required String library,
- required ProcessedAs processedAs,
Implementation
ProcessedComponent({
required this.type,
required this.name,
required this.library,
required this.processedAs,
});