Skip to content

Instantly share code, notes, and snippets.

@le0nidas
Created September 27, 2020 14:15
class Response(
val action: String,
val value: String,
val isError: Boolean = false
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment