createMapOfT method

Map<String, T> createMapOfT()

Create an empty map of type T.

Implementation

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