VpcNetwork constructor

VpcNetwork({
  1. String? network,
  2. String? type,
})

Implementation

VpcNetwork({
  this.network,
  this.type,
});