AnnotationInfo constructor

const AnnotationInfo({
  1. required Intention intention,
  2. String? owner,
})

Creates an annotation info.

Implementation

const AnnotationInfo({required this.intention, this.owner});