LoginEvent constructor Null safety
Implementation
LoginEvent({
String? ekey,
String? newKey,
String? key,
required this.loginTimestamp,
required this.reconnectConfiguration,
required this.pingInterval,
required this.watchdogInterval,
this.maxUnreadCountOnSuperGroup,
}) : super(
ekey: ekey,
newKey: newKey,
key: key,
);