NetworkReference.fromJson constructor
NetworkReference.fromJson(
- Map json_
Implementation
NetworkReference.fromJson(core.Map json_)
: this(
network: json_['network'] as core.String?,
subnetwork: json_['subnetwork'] as core.String?,
);