annotations property

List<Annotation> get annotations

The typed annotations for this event, parsed from annotationsJson.

Implementation

List<Annotation> get annotations => _typedAnnotations(annotationsJson);