NetworkSettings.fromJson constructor

NetworkSettings.fromJson(
  1. Map json_
)

Implementation

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