source property

PubTextSource? source

Section of text the public key was decoded from and the format decoded.

Null if the public key was not decoded from any text.

Implementation

PubTextSource? get source => _source;