IMap<T> typedef

IMap<T> = Map<String, T?>

Implementation

typedef IMap<T> = Map<String, T?>;