ReservationSubBlockPhysicalTopology.fromJson constructor
ReservationSubBlockPhysicalTopology.fromJson(
- 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?,
);