desktop property

  1. @BuiltValueField(wireName: r'desktop')
String? desktop

Set to "all" to receive desktop notifications for all activity, "mention" for mentions and direct messages only, "none" to disable, or "default" to use the global user notification setting.

Implementation

@BuiltValueField(wireName: r'desktop')
String? get desktop;