Conversation constructor
Conversation({
- ConversationType conversationType = ConversationType.Single,
- String target = '',
- int line = 0,
Implementation
Conversation(
{this.conversationType = ConversationType.Single,
this.target = '',
this.line = 0});