TopologyManager.fromJson constructor

TopologyManager.fromJson(
  1. Map json_
)

Implementation

TopologyManager.fromJson(core.Map json_)
  : this(
      policy: json_['policy'] as core.String?,
      scope: json_['scope'] as core.String?,
    );