contactsProperty method

QueryBuilder<DbContactList, (R1, R2, List<String>), QOperations> contactsProperty()

Implementation

QueryBuilder<DbContactList, (R1, R2, List<String>), QOperations>
    contactsProperty() {
  return QueryBuilder.apply(this, (query) {
    return query.addProperty(3);
  });
}