petnamesProperty method

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

Implementation

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