source property Null safety

PubTextSource? source
read / write

The text the key was decoded from

This is set if it was creatd by SshPublicKey.decode. Otherwise, it is null.

Implementation

late PubTextSource? source;