needsFileSync method

bool needsFileSync()

Returns true if the entity has a file that needs to be synced with the cloud.

Implementation

bool needsFileSync() => localFilePath != null && fileSyncedAt == null;