isFileAvailable property
bool
get
isFileAvailable
Returns whether the file is currently available synchronously.
Implementation
bool get isFileAvailable => fileSync != null;
Returns whether the file is currently available synchronously.
bool get isFileAvailable => fileSync != null;