pubKeyProperty method

QueryBuilder<DbUserRelayList, (R1, R2, String), QOperations> pubKeyProperty()

Implementation

QueryBuilder<DbUserRelayList, (R1, R2, String), QOperations>
    pubKeyProperty() {
  return QueryBuilder.apply(this, (query) {
    return query.addProperty(2);
  });
}