NetworkConfig.fromJson constructor
NetworkConfig.fromJson(
- Map json_
Implementation
NetworkConfig.fromJson(core.Map json_)
: this(networkAttachment: json_['networkAttachment'] as core.String?);
NetworkConfig.fromJson(core.Map json_)
: this(networkAttachment: json_['networkAttachment'] as core.String?);