BundledLocalSsds.fromJson constructor

BundledLocalSsds.fromJson(
  1. Map json_
)

Implementation

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