cleanNip05Property method

QueryBuilder<DbMetadata, (R1, R2, String?), QOperations> cleanNip05Property()

Implementation

QueryBuilder<DbMetadata, (R1, R2, String?), QOperations>
    cleanNip05Property() {
  return QueryBuilder.apply(this, (query) {
    return query.addProperty(16);
  });
}