createMapOfListOfT method

Map<String, List<T>> createMapOfListOfT()
inherited

Creates an empty map with keys of type String and values of type List of T.

This method returns an empty map with keys of type String and values of type List of T.

Implementation

Map<String, List<T>> createMapOfListOfT() => {};