GroupDetail constructor
      
      GroupDetail({ 
    
    
- String? arn,
 - List<
AttachedPolicy> ? attachedManagedPolicies, - DateTime? createDate,
 - String? groupId,
 - String? groupName,
 - List<
PolicyDetail> ? groupPolicyList, - String? path,
 
Implementation
GroupDetail({
  this.arn,
  this.attachedManagedPolicies,
  this.createDate,
  this.groupId,
  this.groupName,
  this.groupPolicyList,
  this.path,
});