AbstractGeometry class
AbstractGeometry object.
Constructors
-
AbstractGeometry({AnchorType anchorType = AnchorType.point, DriveSide driveSide = DriveSide.right, List<
AbstractGeometryItem> items = const <AbstractGeometryItem>[], int leftIntermediateTurns = 0, int rightIntermediateTurns = 0}) -
AbstractGeometry.fromJson(Map<
String, dynamic> json) -
factory
Properties
- anchorType ↔ AnchorType
-
getter/setter pair
- driveSide ↔ DriveSide
-
Drive side
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
↔ List<
AbstractGeometryItem> -
List of geometry items
getter/setter pair
- leftIntermediateTurns ↔ int
-
getter/setter pair
- rightIntermediateTurns ↔ int
-
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited