data

abstract val data: T?

The data associated with the current state.

  • In Progress, this is cached data, if cache is available.

  • In Success, this is the up-to-date result from the API.

  • In Error, this is the last available data, if any.