needsFileSync method
Returns true
if the entity has a file that needs to be synced
with the cloud.
Implementation
bool needsFileSync() => localFilePath != null && fileSyncedAt == null;
Returns true
if the entity has a file that needs to be synced
with the cloud.
bool needsFileSync() => localFilePath != null && fileSyncedAt == null;