SecurityGroup constructor

SecurityGroup({
  1. String? groupId,
  2. String? groupName,
})

Implementation

SecurityGroup({
  this.groupId,
  this.groupName,
});