isPublicOnly property

bool get isPublicOnly

Checks if this key is public-only.

Implementation

bool get isPublicOnly {
  return _privKey == null;
}