VpcLinks constructor

VpcLinks({
  1. List<VpcLink>? items,
  2. String? position,
})

Implementation

VpcLinks({
  this.items,
  this.position,
});