io property

File io

Returns a dart:io File object that refers to this file within sandbox.

Implementation

File get io => File(p.join(sandbox, name));