installationUsageProperty method

QueryBuilder<ProjectModel, String?, QQueryOperations> installationUsageProperty()

Implementation

QueryBuilder<ProjectModel, String?, QQueryOperations>
    installationUsageProperty() {
  return QueryBuilder.apply(this, (query) {
    return query.addPropertyName(r'installationUsage');
  });
}