privateKeyProperty method

QueryBuilder<AuthSession, String?, QQueryOperations> privateKeyProperty()

Implementation

QueryBuilder<AuthSession, String?, QQueryOperations> privateKeyProperty() {
  return QueryBuilder.apply(this, (query) {
    return query.addPropertyName(r'privateKey');
  });
}