ClientInfo class
Constructors
- ClientInfo({required int id, required String? addr, required int fd, required String? name, required int age, required int idle, required String? flags, required int db, required int subscribed, required int psubscribed, required int multi, required int qbuf, required int qbuf_free, required int obl, required int oll, required int omem, required String? events, required String? cmd})
Properties
- addr → String?
-
final
- age → int
-
final
- cmd → String?
-
final
- db → int
-
final
- events → String?
-
final
- fd → int
-
final
- flags → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
final
- idle → int
-
final
- multi → int
-
final
- name → String?
-
final
- obl → int
-
final
- oll → int
-
final
- omem → int
-
final
- psubscribed → int
-
final
- qbuf → int
-
final
- qbuf_free → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscribed → int
-
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.
inherited