Graphic class abstract

Constructors

Graphic()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onEnter → void Function()?
no setter
onExit → void Function()?
no setter
onHover → void Function(bool isHovered)?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAttributesId() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<R>({required R ifPointGraphic(PointGraphic feature), required R ifPolylineGraphic(PolylineGraphic feature), required R ifPolygonGraphic(PolygonGraphic feature)}) → R

Operators

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