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