LocalNvmeSsdBlockConfig.fromJson constructor
LocalNvmeSsdBlockConfig.fromJson(
- Map json_
Implementation
LocalNvmeSsdBlockConfig.fromJson(core.Map json_)
: this(
localSsdCount: json_.containsKey('localSsdCount')
? json_['localSsdCount'] as core.int
: null,
);