bool isFormatWriteSupportedBackup(String format) => _pureDartSupportedFormats .select((element) => element.format == format) ?.write ?? false;