data property

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

Returns a copy of the internal data structure.

Returns:

  • A copy of the map containing all data for each route.

Implementation

Map<String, Map<TId, dynamic>> get data => Map.from(_data);