SshPublicKey constructor
SshPublicKey(
- List<
SshPublicKeyHeader> headers, - Uint8List bytes
Default constructor.
Implementation
SshPublicKey(this.headers, this.bytes) : source = null;