Skip to content

Instantly share code, notes, and snippets.

@Laimiux
Created March 1, 2018 05:37
Show Gist options
  • Save Laimiux/c8b49c9bf151e0490b8409e7b6cee889 to your computer and use it in GitHub Desktop.
Save Laimiux/c8b49c9bf151e0490b8409e7b6cee889 to your computer and use it in GitHub Desktop.
data class TodoFormState(
val enteredText: String,
// After user clicks create, we send a post request.
val createTodoRequest: CreateTodoRequestState?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment