AnnotationSpec constructor
AnnotationSpec({})
Implementation
AnnotationSpec({
this.name = '',
required this.displayName,
this.createTime,
this.updateTime,
this.etag = '',
}) : super(fullyQualifiedName);
AnnotationSpec({
this.name = '',
required this.displayName,
this.createTime,
this.updateTime,
this.etag = '',
}) : super(fullyQualifiedName);