source property

PubTextSource? source
getter/setter pair

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;