source property Null safety
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;
Section of text the private key was decoded from and the format decoded.
Null if the private key was not decoded from any text.
PvtTextSource? get source => _source;