isSyncing property

bool isSyncing

Indicates whether this client is currently syncing its blockchain with other nodes.

Implementation

bool get isSyncing => startingBlock != null;