annotationDeselected property

Stream<AnnotationDeselectedEvent> get annotationDeselected

Filters to AnnotationDeselectedEvent only.

Implementation

Stream<AnnotationDeselectedEvent> get annotationDeselected =>
    _whereType<AnnotationDeselectedEvent>();