cacheKey property

String? cacheKey
getter/setter pair

Optional cache key for offline support. Must be provided together with cacheToJson, cacheFromJson, onSaveCache, and onReadCache.

Implementation

// String Function(int)? cacheKey;
String? cacheKey;