mapKeys property

Map<dynamic, RequestModel> mapKeys
getter/setter pair

Stores request models for quick lookup by key.

Implementation

Map<dynamic, RequestModel> mapKeys = {};