LoginProfile constructor
LoginProfile({
- String? name,
- List<
PosixAccount> ? posixAccounts, - Map<
String, SshPublicKey> ? sshPublicKeys,
Implementation
LoginProfile({this.name, this.posixAccounts, this.sshPublicKeys});