InstalledComponent constructor

InstalledComponent({
  1. String? componentName,
  2. String? componentVersion,
  3. bool? isRoot,
  4. InstalledComponentLifecycleState? lifecycleState,
  5. String? lifecycleStateDetails,
})

Implementation

InstalledComponent({
  this.componentName,
  this.componentVersion,
  this.isRoot,
  this.lifecycleState,
  this.lifecycleStateDetails,
});