Graphic class abstract
Constructors
- Graphic()
-
const
Properties
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