Skip to content

Instantly share code, notes, and snippets.

@tamtom
Created January 2, 2022 10:40
Show Gist options
  • Save tamtom/075cd659c8aaabdfcf9eaaab33d14679 to your computer and use it in GitHub Desktop.
Save tamtom/075cd659c8aaabdfcf9eaaab33d14679 to your computer and use it in GitHub Desktop.
data class LoginState(
val isLoading: Boolean = false,
val isSuccess: Boolean = false,
val error: String? = null
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment