Document Data
data class DocumentData(val isLoading: Boolean = false, val isLoaded: Boolean = false, val title: String = "", val uid: String = "", val pageCount: Int = 0, val permanentFileId: ByteArray? = null, val changingFileId: ByteArray? = null, val getPageSize: (Int) -> ERROR CLASS: Symbol not found for Size?? = { null })
Immutable state class providing specific details of the document.