MessageRouting constructor
const
MessageRouting({})
Implementation
const MessageRouting({
required this.sender,
this.senderColor,
required this.target,
this.targetColor,
this.summary,
this.content,
});
const MessageRouting({
required this.sender,
this.senderColor,
required this.target,
this.targetColor,
this.summary,
this.content,
});