source property

PvtTextSource? source

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

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

Implementation

PvtTextSource? get source => _source;