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.
Type Parameters
T
The type of the response data.