NodeVfioConfig.fromJson constructor
NodeVfioConfig.fromJson(
- Map json_
Implementation
NodeVfioConfig.fromJson(core.Map json_)
: this(dmaEntryLimit: json_['dmaEntryLimit'] as core.int?);
NodeVfioConfig.fromJson(core.Map json_)
: this(dmaEntryLimit: json_['dmaEntryLimit'] as core.int?);