ResourceStatusPhysicalHostTopology.fromJson constructor

ResourceStatusPhysicalHostTopology.fromJson(
  1. 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?,
    );