sourcesProperty method

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

Implementation

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