backupExists static method

bool backupExists()

Check if a backup file exists

Implementation

static bool backupExists() => File(FileConfig.backupFile).existsSync();