Annotation constructor

Annotation({
  1. bool? empty,
  2. int? importance,
  3. String? message,
})

Implementation

Annotation({this.empty, this.importance, this.message});