CacheFile constructor

CacheFile(
  1. dynamic id,
  2. String url,
  3. String localName
)

Implementation

CacheFile(id, this.url, this.localName);