Skip to content

Instantly share code, notes, and snippets.

@tdcolvin
Last active June 16, 2023 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdcolvin/d3932b3ced11f09b9781a391bc1de3f2 to your computer and use it in GitHub Desktop.
Save tdcolvin/d3932b3ced11f09b9781a391bc1de3f2 to your computer and use it in GitHub Desktop.
data class PlanetsListUiState(
val planets: List<Planet> = emptyList(),
val isLoading: Boolean = false,
val isError: Boolean = false
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment