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