kNoCacheDataException property

CacheException kNoCacheDataException
final

Implementation

static final kNoCacheDataException = CacheException(
  code: ExceptionCode.kNoCacheDataExceptionCode,
  message: 'No cache data!',
)