profilePubkey property

String? get profilePubkey

Implementation

String? get profilePubkey =>
    metadata?.pubKey ?? pubkey ?? ndk.accounts.getPublicKey();