Fetching

data class Fetching(val isInvalidated: Boolean? = null) : QueryAction<Nothing>

Indicates that the query is fetching data.

Parameters

isInvalidated

Indicates whether the query is invalidated.

Constructors

Link copied to clipboard
constructor(isInvalidated: Boolean? = null)

Properties

Link copied to clipboard
val isInvalidated: Boolean? = null