AwsOrganization constructor

AwsOrganization({
  1. String? id,
})

Implementation

AwsOrganization({
  this.id,
});