isDiskBased property
bool
get
isDiskBased
Checks if file is stored on disk.
Implementation
bool get isDiskBased => _tempFilePath != null;
Checks if file is stored on disk.
bool get isDiskBased => _tempFilePath != null;