Future<void> addMention([String mentionType = hasMentionValue]) async { Map<String, String> conversationExt = ext ?? {}; conversationExt[hasMentionKey] = mentionType; await setExt(conversationExt); }