FirestoreChatViewModel constructor

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

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

Implementation

FirestoreChatViewModel(this.context, this.chatEntity);