WebPolylineShape class
Constructors
- WebPolylineShape(String id, WebPolyline element, WebPolyline? strokeElement, {required WebPolylineOption option, required WebPolylineOption? strokeOption, required PolylineStyle style})
Properties
- currentLevel ↔ int
-
getter/setter pair
- element → WebPolyline
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- option ↔ WebPolylineOption
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strokeElement ↔ WebPolyline?
-
getter/setter pair
- strokeOption ↔ WebPolylineOption?
-
getter/setter pair
- style ↔ PolylineStyle
-
getter/setter pair
- styleId ↔ String
-
getter/setter pair
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