isPublicOnly property
bool
get
isPublicOnly
Checks if this key contains only public information.
Implementation
bool get isPublicOnly {
return privateKey == null;
}
Checks if this key contains only public information.
bool get isPublicOnly {
return privateKey == null;
}