AnnotationInfo constructor
const
AnnotationInfo({
- required Intention intention,
- String? owner,
Creates an annotation info.
Implementation
const AnnotationInfo({required this.intention, this.owner});