toJson method
Implementation
Object toJson () => {
'keyword_filter': keywordFilter,
'presets': presets?.map((preset) => preset.toString()).toList(),
'allow_list': allowList,
'mention_total_limit': mentionTotalLimit
};
Object toJson () => {
'keyword_filter': keywordFilter,
'presets': presets?.map((preset) => preset.toString()).toList(),
'allow_list': allowList,
'mention_total_limit': mentionTotalLimit
};