useBrTagsProperty method
Implementation
QueryBuilder<AnkiMapping, bool?, QQueryOperations> useBrTagsProperty() {
return QueryBuilder.apply(this, (query) {
return query.addPropertyName(r'useBrTags');
});
}
QueryBuilder<AnkiMapping, bool?, QQueryOperations> useBrTagsProperty() {
return QueryBuilder.apply(this, (query) {
return query.addPropertyName(r'useBrTags');
});
}