lastPing property Null safety

void lastPing= (DateTime ping)

Set the latest ping time from the socket

Implementation

set lastPing(DateTime ping) => _lastPing = ping;