Creates an empty map with keys of type String and values of type T.
T
This method returns an empty map with keys of type String and values of type T.
Map<String, T> createMapOfT() => {};