storeM property

Map<String, Store> storeM
getter/setter pair

All the stores, that this corporate owns.

Implementation

Map<String, Store> storeM = {'Store-1': store};