currentData property

Map<String, Map<TId, dynamic>> get currentData

Retrieves the current state of the sim api's data

This method is primarily for debugging and testing purposes. Returns a Map<String, Map<TId, dynamic>> where the key is the route and the value is the map of resources for that route.

Implementation

Map<String, Map<TId, dynamic>> get currentData;