kindProperty method

QueryBuilder<DbEvent, (R, int), QAfterProperty> kindProperty()

Implementation

QueryBuilder<DbEvent, (R, int), QAfterProperty> kindProperty() {
  return QueryBuilder.apply(this, (query) {
    return query.addProperty(3);
  });
}