cleanNip05Property method
Implementation
QueryBuilder<DbMetadata, (R, String?), QAfterProperty> cleanNip05Property() {
return QueryBuilder.apply(this, (query) {
return query.addProperty(16);
});
}
QueryBuilder<DbMetadata, (R, String?), QAfterProperty> cleanNip05Property() {
return QueryBuilder.apply(this, (query) {
return query.addProperty(16);
});
}