Skip to content

Instantly share code, notes, and snippets.

@Leviaran
Created February 3, 2021 06:49
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 Leviaran/7dc228ce5752cce1e99d99c937d2fd88 to your computer and use it in GitHub Desktop.
Save Leviaran/7dc228ce5752cce1e99d99c937d2fd88 to your computer and use it in GitHub Desktop.
data class Model(
val error: String? = null,
val progress: Boolean = false,
val authenticationResponse: AuthenticationResponse? = null
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment