ListedUser constructor
ListedUser({})
Implementation
ListedUser({
required this.arn,
this.homeDirectory,
this.homeDirectoryType,
this.role,
this.sshPublicKeyCount,
this.userName,
});
ListedUser({
required this.arn,
this.homeDirectory,
this.homeDirectoryType,
this.role,
this.sshPublicKeyCount,
this.userName,
});