Loading

class Loading<T>(data: T? = null) : Resource<T>

Represents a loading state with optional data.

Parameters

T

The type of data.

data

The optional data result of the operation.

Constructors

Link copied to clipboard
constructor(data: T? = null)

Properties

Link copied to clipboard
val data: T?
Link copied to clipboard