Passwd class

Annotations
  • @immutable

Constructors

Passwd({required String name, required String? passwd, required int uid, required int gid, required String? gecos, required String? dir, required String? shell})

Properties

dir String?
home directory
final
gecos String?
user information
final
gid int
group ID
final
hashCode int
The hash code for this object.
no setteroverride
name String
username
final
passwd String?
user password
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shell String?
shell program
final
uid int
user ID
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override