PosixAccount constructor
PosixAccount({})
Implementation
PosixAccount({
this.accountId,
this.gecos,
this.gid,
this.homeDirectory,
this.name,
this.operatingSystemType,
this.primary,
this.shell,
this.systemId,
this.uid,
this.username,
});