messages property

List<Message>? messages
getter/setter pair

List of the messages that happened during the processing.

Implementation

core.List<Message>? messages;