NewChat constructor

NewChat(
  1. String contactId,
  2. Chat model
)

Implementation

NewChat(this.contactId, this.model);