lastFault property

SyncFault? get lastFault

The last fault, or null while there has been none.

faults replays nothing, so a listener attached after the fact reads this instead. Like incompatibility it is never cleared: it says what failed, not what is failing now.

Implementation

SyncFault? get lastFault => _lastFault;