VPCSettings constructor

VPCSettings({
  1. String? project,
})

Implementation

VPCSettings({
  this.project,
});