SavedQuery constructor
SavedQuery({})
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);