state property Null safety

Rx<SyncState> state
late, final

Current state

Implementation

late final Rx<SyncState> state = SyncState.unknown.obs;