VmwareIpBlock constructor
VmwareIpBlock({
- String? gateway,
- List<
VmwareHostIp> ? ips, - String? netmask,
Implementation
VmwareIpBlock({
this.gateway,
this.ips,
this.netmask,
});