msgTypes property

List<MessageType>? msgTypes
final

The array of message types for query. The default value is null, indicating that all types of messages are retrieved.

Implementation

final List<MessageType>? msgTypes;