AnnotationEventData mixin
Mixin providing a typed annotations view over an event's raw annotationsJson. Parsing is defensive (Annotation.tryFromJson) so an unknown or malformed entry is skipped rather than throwing.
Properties
-
annotations
→ List<
Annotation> -
The typed annotations for this event, parsed from annotationsJson.
no setter
-
annotationsJson
→ List<
String> -
The raw Instant JSON string for each annotation in the event.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
types
→ List<
AnnotationType> -
The AnnotationType of each parsed annotation in this event.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited