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