pushSettings property

Map<String, dynamic>? get pushSettings

Notification settings for the conversation, if any.

Implementation

Map<String, dynamic>? get pushSettings => message['push_settings'];