GroupType constructor

GroupType({
  1. DateTime? creationDate,
  2. String? description,
  3. String? groupName,
  4. DateTime? lastModifiedDate,
  5. int? precedence,
  6. String? roleArn,
  7. String? userPoolId,
})

Implementation

GroupType({
  this.creationDate,
  this.description,
  this.groupName,
  this.lastModifiedDate,
  this.precedence,
  this.roleArn,
  this.userPoolId,
});