NetworkResult
A sealed class representing the result of a network operation.
This class encapsulates the possible outcomes of a network request, including success, error, and loading states.
Parameters
T
The type of the response data.
A sealed class representing the result of a network operation.
This class encapsulates the possible outcomes of a network request, including success, error, and loading states.
The type of the response data.