createMapOfNullableT method

Map<String, T?> createMapOfNullableT()

Create an empty map of nullable type T.

Implementation

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