Returns true if this result represents a successful operation.
true
if (result.isSuccess) { val data = result.getOrNull()!! // Process data...}