User constructor
User({})
Implementation
User({
required this.arn,
required this.createDate,
required this.path,
required this.userId,
required this.userName,
this.passwordLastUsed,
this.permissionsBoundary,
this.tags,
});