cached property

Map<String, dynamic> cached
getter/setter pair

cached is a Map that contains the cached data of the application.

Implementation

late Map<String, dynamic> cached;