VmwareHostIp constructor

VmwareHostIp({
  1. String? hostname,
  2. String? ip,
})

Implementation

VmwareHostIp({
  this.hostname,
  this.ip,
});