Created
January 24, 2020 12:47
-
-
Save iambaljeet/3a065ec7e3bfeade4e92b5eff5e07cc3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data class GenericDataModel<T>(val isSuccess: Boolean?, val data: T?, val message: String?) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment