AnnotationMessage constructor
AnnotationMessage({})
Creates a new AnnotationMessage.
Implementation
AnnotationMessage({
required this.id,
required this.message,
this.target,
this.variables = const {},
});
Creates a new AnnotationMessage.
AnnotationMessage({
required this.id,
required this.message,
this.target,
this.variables = const {},
});