hasSnapshotFile property

bool get hasSnapshotFile

Check if snapshot file exists locally

Implementation

bool get hasSnapshotFile => snapshotLocalPath != null && snapshotLocalPath!.isNotEmpty && File(snapshotLocalPath!).existsSync();