DescribeComponentResponse constructor

DescribeComponentResponse({
  1. ApplicationComponent? applicationComponent,
  2. List<String>? resourceList,
})

Implementation

DescribeComponentResponse({
  this.applicationComponent,
  this.resourceList,
});