UCacheStatusItem constructor

UCacheStatusItem({
  1. DateTime? cachedAt,
  2. DateTime? cacheExpiresAt,
})

Implementation

UCacheStatusItem({this.cachedAt, this.cacheExpiresAt});