Annotator class abstract

Implemented types

Constructors

Annotator()

Properties

annotatedEvents AnnotatedEvents
getter/setter pair
annotatedRoadEvents AnnotatedRoadEvents
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(AnnotatorListener annotatorListener) → void
The class does not retain the object in the 'annotatorListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.
isValid() bool
Usable only in runWithBlockUi or listener handlers.
mute() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListener(AnnotatorListener annotatorListener) → void
setSpeaker(Speaker? speaker) → void
The class does not retain the object in the 'speaker' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.
toString() String
A string representation of this object.
inherited
unmute() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited