VpcPeeringConfig.fromJson constructor

VpcPeeringConfig.fromJson(
  1. Map json_
)

Implementation

VpcPeeringConfig.fromJson(core.Map json_)
    : this(
        subnet: json_['subnet'] as core.String?,
        vpc: json_['vpc'] as core.String?,
      );