bool isFormatReadSupportedBackup(String format) => _pureDartSupportedFormats .select((element) => element.format == format) ?.read ?? false;