S1mAccessCacheEntry constructor

const S1mAccessCacheEntry({
  1. required bool hasAccess,
  2. bool? hasAccessNotAsDefault,
  3. required int timestamp,
})

Implementation

const S1mAccessCacheEntry({
  required this.hasAccess,
  this.hasAccessNotAsDefault,
  required this.timestamp,
});