AWSLocation constructor

AWSLocation({
  1. String? subnetArn,
  2. String? zone,
})

Implementation

AWSLocation({
  this.subnetArn,
  this.zone,
});