RegisterUiState

constructor(screenTitle: String = "", isFirstTimeSync: Boolean = false, registerConfiguration: RegisterConfiguration? = null, registerId: String = "", totalRecordsCount: Long = 0, filteredRecordsCount: Long = 0, pagesCount: Int = 1, progressPercentage: Flow<Int> = flowOf(0), isSyncUpload: Flow<Boolean> = flowOf(false), currentSyncJobStatus: Flow<CurrentSyncJobStatus?> = flowOf(null), params: Map<String, String> = emptyMap())