Success

Represents a success for an operation.

Parameters

T

The type of data returned for a successful operation.

Properties

Link copied to clipboard
val data: T?

The data returned from a successful operation, or null if no data is available.