isSyncing property

bool get isSyncing

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

Implementation

bool get isSyncing => startingBlock != null;