AwsSecurityGroup constructor

AwsSecurityGroup({
  1. String? id,
  2. String? name,
})

Implementation

AwsSecurityGroup({this.id, this.name});