mentionFlags property

  1. @JsonKey.new(includeIfNull: false, name: 'mention_flags')
MentionReplyPreferences? mentionFlags
final

The user's account-wide reply mention preference

Implementation

@JsonKey(includeIfNull: false, name: 'mention_flags')
final MentionReplyPreferences? mentionFlags;