Skip to content

Instantly share code, notes, and snippets.

@a914-gowtham
Last active September 25, 2021 05:46
Show Gist options
  • Save a914-gowtham/62b71bd38037280501b65865d625aa53 to your computer and use it in GitHub Desktop.
Save a914-gowtham/62b71bd38037280501b65865d625aa53 to your computer and use it in GitHub Desktop.
data class ChatUser(
@PrimaryKey
var id: String,var localName: String,var user: UserProfile, var messageDocId: String="",
var locallySaved: Boolean=false,
var unRead: Int=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment