AnnotationEntry<T> class Null safety

Information collected for an annotation that is found in the layer tree.

See also:

Annotations

Constructors

AnnotationEntry({required T annotation, required Offset localPosition})
Create an entry of found annotation by providing the object and related information.
const

Properties

annotation → T
The annotation object that is found.
final
hashCode int
The hash code for this object.
read-onlyinherited
localPosition Offset
The target location described by the local coordinate space of the annotation object.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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