sourcesProperty method

QueryBuilder<DbContactList, (R, List<String>), QAfterProperty> sourcesProperty()

Implementation

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