Loading

Represents a loading state for a network operation.

This can be used to indicate that a network request is in progress.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

A message providing additional information about the result; empty by default for Success and Loading, and always populated for Error.

Link copied to clipboard
val response: T?

The response data if the operation was successful.