ssh_key
ssh_key
KeyBad
KeyBad constructor
KeyBad
ssh_key
ssh_key
KeyBad
KeyBad constructor
KeyBad class
Constructors
KeyBad
Properties
hashCode
message
runtimeType
type
Methods
noSuchMethod
toString
Operators
operator ==
KeyBad
constructor
Null safety
KeyBad
(
String
message
)
Constructor for a bad key exception
Implementation
KeyBad(String message) : super('Key bad', message);