isFileAvailable property

bool get isFileAvailable

Returns whether the file is currently available synchronously.

Implementation

bool get isFileAvailable => fileSync != null;