SSHKeyDecodeError constructor

SSHKeyDecodeError(
  1. String message, [
  2. Object? error
])

Implementation

SSHKeyDecodeError(this.message, [this.error]);