SourceSecurityGroup constructor

SourceSecurityGroup({
  1. String? groupName,
  2. String? ownerAlias,
})

Implementation

SourceSecurityGroup({
  this.groupName,
  this.ownerAlias,
});