Conversation constructor

Conversation({
  1. ConversationType conversationType = ConversationType.Single,
  2. String target = '',
  3. int line = 0,
})

Implementation

Conversation(
    {this.conversationType = ConversationType.Single,
    this.target = '',
    this.line = 0});