messagePieces property

List<Message> messagePieces
getter/setter pair

All the pieces of the message. When we go to print, these will all be expanded appropriately. The exact form depends on what we're printing it for See expanded, toCode.

Implementation

List<Message> messagePieces = [];