DataState

constructor(loading: Boolean, content: T?, error: Throwable? = null)

Parameters

T

The type of the content.