Message.joined constructor
Concatenate the text of multiple Message instances together.
If separator is not null, it's localized value will be inserted between each element.
Implementation
const factory Message.joined(
List<Message> parts, {
Message? separator,
}) = JoinedMessage;