CacheInfo constructor

CacheInfo({
  1. int size = 0,
  2. DateTime? modified,
  3. int? maxSize = GB * 2,
})

Implementation

CacheInfo({this.size = 0, this.modified, this.maxSize = GB * 2});