SummernoteAtMention constructor
const
SummernoteAtMention({})
Implementation
const SummernoteAtMention({
this.getSuggestionsMobile,
this.mentionsWeb,
this.onSelect,
}) : assert(kIsWeb ? mentionsWeb != null : getSuggestionsMobile != null);