FutureResourcesSpecLocalSsdPartition.fromJson constructor

FutureResourcesSpecLocalSsdPartition.fromJson(
  1. Map json_
)

Implementation

FutureResourcesSpecLocalSsdPartition.fromJson(core.Map json_)
  : this(
      diskInterface: json_['diskInterface'] as core.String?,
      diskSizeGb: json_['diskSizeGb'] as core.String?,
    );