isAnonymous property
bool
get
isAnonymous
whether any identity is bound to this connection
Implementation
bool get isAnonymous => pubkey == null;
whether any identity is bound to this connection
bool get isAnonymous => pubkey == null;