SelfKey constructor

SelfKey()

Implementation

SelfKey() {
  super.metadata = Metadata();
  super.metadata?.isPublic = false;
}