client property

SSHClient? client

Property that gets the SSH client instance.

Implementation

SSHClient? get client => _client;