duplicateCheckModels property
Get the list of model names that will be checked for duplicates.
Implementation
List<String> get duplicateCheckModels {
return _preferences.get('duplicate_check_models', defaultValue: [
AnkiMapping.standardModelName,
]);
}