Utmpx class

Annotations
  • @immutable

Constructors

Utmpx({required int ut_type, required int ut_pid, required String ut_line, required String ut_id, required String ut_user, required String ut_host, required DateTime ut_tv})

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ut_host String
final
ut_id String
final
ut_line String
final
ut_pid int
final
ut_tv DateTime
final
ut_type int
final
ut_user String
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