NextHopVpcNetwork.fromJson constructor

NextHopVpcNetwork.fromJson(
  1. Map json_
)

Implementation

NextHopVpcNetwork.fromJson(core.Map json_)
    : this(
        uri: json_.containsKey('uri') ? json_['uri'] as core.String : null,
      );