GroupIdentifier constructor

GroupIdentifier({
  1. String? groupArn,
  2. String? groupName,
})

Implementation

GroupIdentifier({
  this.groupArn,
  this.groupName,
});