hotline
actioncable_hotline
HotlineSocketConnectionState
lastPing property
lastPing
hotline
actioncable_hotline
HotlineSocketConnectionState
lastPing property
HotlineSocketConnectionState class
Constructors
HotlineSocketConnectionState
Properties
hashCode
lastPing
onConnect
onDisconnect
runtimeType
state
stateType
Methods
noSuchMethod
startTimer
toString
Operators
operator ==
lastPing
property
Null safety
void
lastPing=
(
DateTime
ping
)
Set the latest ping time from the socket
Implementation
set lastPing(DateTime ping) => _lastPing = ping;