BundledLocalSsds.fromJson constructor
BundledLocalSsds.fromJson(
- Map json_
Implementation
BundledLocalSsds.fromJson(core.Map json_)
: this(
defaultInterface: json_['defaultInterface'] as core.String?,
partitionCount: json_['partitionCount'] as core.int?,
);