InstalledComponent constructor
InstalledComponent({
- String? componentName,
- String? componentVersion,
- bool? isRoot,
- InstalledComponentLifecycleState? lifecycleState,
- String? lifecycleStateDetails,
Implementation
InstalledComponent({
this.componentName,
this.componentVersion,
this.isRoot,
this.lifecycleState,
this.lifecycleStateDetails,
});