User constructor
User({})
Implementation
User({
this.arn,
this.accessString,
this.authentication,
this.engine,
this.status,
this.userGroupIds,
this.userId,
this.userName,
});
User({
this.arn,
this.accessString,
this.authentication,
this.engine,
this.status,
this.userGroupIds,
this.userId,
this.userName,
});