int? get lastPing => _$this._lastPing;
set lastPing(covariant int? lastPing) => _$this._lastPing = lastPing;