Annotation constructor
Annotation({})
Implementation
Annotation({
this.name = '',
required this.payloadSchemaUri,
required this.payload,
this.createTime,
this.updateTime,
this.etag = '',
this.annotationSource,
this.labels = const {},
}) : super(fullyQualifiedName);