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