Left class

Asks the turtle to turn left with the given degrees.

See also Right.

Implemented types
Implementers
Annotations

Constructors

Left(double degrees(Map))
Creates a new instance.
const

Properties

degrees double Function(Map)
The angle.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createInstruction(TurtleState turtle, Map argv) List<Instruction>
Creates instructions.
override
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