getCacheData property

CacheDataModel? Function() getCacheData
final

Takes in a function that'd return the cachedata, this is required instead of the data itself in order to handle references properly

Implementation

final CacheDataModel Function() getCacheData;