LoginEvent class Null safety
Represents login event
- Inheritance
-
- Object
- BaseEvent
- SessionEvent
- LoginEvent
- Annotations
-
- @JsonSerializable(createToJson: false)
Constructors
- LoginEvent({String? ekey, String? newKey, String? key, required int loginTimestamp, required ReconnectConfiguration reconnectConfiguration, required int pingInterval, required int watchdogInterval, int? maxUnreadCountOnSuperGroup})
-
LoginEvent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appInfo ↔ AppInfo
-
read / write
- ekey → String?
-
finalinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- key → String?
-
finalinherited
- loginTimestamp → int
-
final
- maxUnreadCountOnSuperGroup → int?
-
final
- newKey → String?
-
finalinherited
- pingInterval → int
-
final
- reconnectConfiguration → ReconnectConfiguration
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sessionKey → String
-
read-onlyinherited
- user ↔ User
-
read / write
- watchdogInterval → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited