HttpCacheObjectBlob constructor

HttpCacheObjectBlob(
  1. String path
)

Implementation

HttpCacheObjectBlob(this.path) : _file = File(path);