NodeVfioConfig.fromJson constructor

NodeVfioConfig.fromJson(
  1. Map json_
)

Implementation

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