connected property

bool connected

Shows if the wallet is connected right now.

Implementation

bool get connected => wallet != null;