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

An optional message providing additional information about the result.

Link copied to clipboard
val response: T?

The response data if the operation was successful.