SavedQuery constructor

SavedQuery({
  1. String name = '',
  2. required String displayName,
  3. Value? metadata,
  4. Timestamp? createTime,
  5. Timestamp? updateTime,
  6. String annotationFilter = '',
  7. required String problemType,
  8. int annotationSpecCount = 0,
  9. String etag = '',
  10. bool supportAutomlTraining = false,
})

Implementation

SavedQuery({
  this.name = '',
  required this.displayName,
  this.metadata,
  this.createTime,
  this.updateTime,
  this.annotationFilter = '',
  required this.problemType,
  this.annotationSpecCount = 0,
  this.etag = '',
  this.supportAutomlTraining = false,
}) : super(fullyQualifiedName);