mentionKeys property

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

A comma-separated list of words to count as mentions. Defaults to username and @username.

Implementation

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