DistributedCacheEntry constructor

DistributedCacheEntry({
  1. required String data,
})

Implementation

factory DistributedCacheEntry({required String data}) =
    _DistributedCacheEntryImpl;