OnlineClient class

online client info

Constructors

OnlineClient({required String deviceId, int? clientType, String? os, int? loginTime, String? clientIp, String? consId, String? customTag})

Properties

clientIp String?
getter/setter pair
clientType int?
getter/setter pair
consId String?
getter/setter pair
customTag String?
getter/setter pair
deviceId String
final
hashCode int
The hash code for this object.
no setterinherited
loginTime int?
getter/setter pair
os String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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