VirtualNIC constructor

VirtualNIC({
  1. bool? enabled,
})

Implementation

VirtualNIC({
  this.enabled,
});