InappChatViewModel constructor

InappChatViewModel(
  1. BuildContext context,
  2. ChatEntity chatEntity
)

Creates a view model for chatEntity, using context for navigation and locale-aware formatting.

Implementation

InappChatViewModel(this.context, this.chatEntity);