isAnonymous property

bool get isAnonymous

whether any identity is bound to this connection

Implementation

bool get isAnonymous => pubkey == null;