User constructor
User({})
Implementation
User({
this.active,
this.arn,
this.customPermissionsName,
this.email,
this.identityType,
this.principalId,
this.role,
this.userName,
});
User({
this.active,
this.arn,
this.customPermissionsName,
this.email,
this.identityType,
this.principalId,
this.role,
this.userName,
});