createMapOfT method

Map<String, T> createMapOfT()
inherited

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

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

Implementation

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