Success
Represents a successful network operation.
Parameters
response
The successful response data.
Properties
Link copied to clipboard
The successful response data as a non-null value. Because a Success is only ever constructed with a non-null response, this offers null-free access without the defensive checks a nullable NetworkResult.response would otherwise require.