VmwareUpgradeComponent constructor

VmwareUpgradeComponent({
  1. String? componentType,
  2. String? state,
})

Implementation

VmwareUpgradeComponent({
  this.componentType,
  this.state,
});