map/most_frequent_element library

Functions

mostFrequentElement<T>(List<T> list) → T?
Finds the most frequent element in a list of generic type T.