petnamesProperty method

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

Implementation

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