isPublicOnly property

bool get isPublicOnly

Checks if this key contains only public information.

Implementation

bool get isPublicOnly {
  return privateKey == null;
}