data

val <T> Result<T>.data: T?

Extracts the data from a Result.Success, or returns null for all other states.