ContextStoreMap<T> typedef

ContextStoreMap<T> = HashMap<BuildContext, HashMap<dynamic, ContextStoreData<T>>>

Implementation

typedef ContextStoreMap<T>
    = HashMap<BuildContext, HashMap<dynamic, ContextStoreData<T>>>;