VpcNetwork.fromJson constructor

VpcNetwork.fromJson(
  1. Map json_
)

Implementation

VpcNetwork.fromJson(core.Map json_)
  : this(
      network: json_['network'] as core.String?,
      type: json_['type'] as core.String?,
    );