ResourceStatusPhysicalHostTopology.fromJson constructor
ResourceStatusPhysicalHostTopology.fromJson(
- Map json_
Implementation
ResourceStatusPhysicalHostTopology.fromJson(core.Map json_)
: this(
block: json_['block'] as core.String?,
cluster: json_['cluster'] as core.String?,
host: json_['host'] as core.String?,
subblock: json_['subblock'] as core.String?,
);