ExistingNetworkConfig.fromJson constructor

ExistingNetworkConfig.fromJson(
  1. Map json_
)

Implementation

ExistingNetworkConfig.fromJson(core.Map json_)
  : this(
      network: json_['network'] as core.String?,
      subnetwork: json_['subnetwork'] as core.String?,
    );