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