VmwareVmsDetails constructor

VmwareVmsDetails({
  1. List<VmwareVmDetails>? details,
})

Implementation

VmwareVmsDetails({
  this.details,
});