SSHPem constructor

SSHPem(
  1. String type,
  2. Map<String, String> headers,
  3. Uint8List content
)

Implementation

SSHPem(this.type, this.headers, this.content);