QueryLoadingObject

constructor(    reply: Reply<T>,     replyUpdatedAt: Long,     error: Throwable?,     errorUpdatedAt: Long,     staleAt: Long,     fetchStatus: QueryFetchStatus,     isInvalidated: Boolean,     refresh: suspend () -> Unit)

Parameters

T

Type of data to retrieve.