ConversationsHomeScreenModel

constructor(isLoading: Boolean = false, conversations: List<Conversation> = emptyList(), error: String? = null)