UserStats class

Properties

address InternetAddress?
final
bandwidth int?
final
celtVersions List<int>?
final
certificates List<Uint8List>
final
clientVersion VersionInformation?
final
fromClient PacketStats?
final
fromServer PacketStats?
final
hashCode int
The hash code for this object.
no setterinherited
idleTime Duration?
final
onlineTime Duration?
final
opus bool?
final
pingStats PingStats
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strongCertificate bool?
final
tcpPacketCount int?
final
udpPacketCount int?
final

Methods

jsonMap({bool withCertificates = false}) Map<String, Object>
If withCertificates is true and the stats contain certificates, they are printed in binary. If withCertificates is false and the stats contain certificates, their count is printed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString({bool tabIndent = true}) String
A string representation of this object.
inherited

Operators

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