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