Suggestion<T>.empty constructor

const Suggestion<T>.empty()

Implementation

const Suggestion.empty()
    : item = null,
      highlightText = null;