Group constructor

Group({
  1. String? arn,
  2. String? description,
  3. String? groupName,
  4. String? principalId,
})

Implementation

Group({
  this.arn,
  this.description,
  this.groupName,
  this.principalId,
});