AnnotationEntry<T> class
Information collected for an annotation that is found in the layer tree.
See also:
- Layer.findAnnotations, which create and use objects of this class.
- 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.
no setterinherited
- 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.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited