VirtualNIC.fromJson constructor
VirtualNIC.fromJson(
- Map json_
Implementation
VirtualNIC.fromJson(core.Map json_)
: this(
enabled: json_['enabled'] as core.bool?,
);
VirtualNIC.fromJson(core.Map json_)
: this(
enabled: json_['enabled'] as core.bool?,
);