DescribeComponentResponse constructor
      
      DescribeComponentResponse({ 
    
    
- ApplicationComponent? applicationComponent,
- List<String> ? resourceList,
Implementation
DescribeComponentResponse({
  this.applicationComponent,
  this.resourceList,
});