dataOrNull

val dataOrNull: T?

Convenience property to directly get the Success.data of T if this Result is a Success or null otherwise.