get Or Default
Returns the data if this is a Success response, or the provided default value otherwise.
Return
The data if successful, defaultValue otherwise.
Parameters
default Value
The value to return if this response is not a Success.