ReservationSubBlockPhysicalTopology.fromJson constructor

ReservationSubBlockPhysicalTopology.fromJson(
  1. Map json_
)

Implementation

ReservationSubBlockPhysicalTopology.fromJson(core.Map json_)
  : this(
      block: json_['block'] as core.String?,
      cluster: json_['cluster'] as core.String?,
      subBlock: json_['subBlock'] as core.String?,
    );