FileStore.file constructor

FileStore.file(
  1. Object file
)

Creates an in-memory fallback store for a file-like handle.

Implementation

FileStore.file(Object file)
    : _path = null,
      _fileRef = file;