roundaboutLeft constant
- @BuiltValueEnumConst.new(wireName: r'roundabout-left')
Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
Implementation
@BuiltValueEnumConst(wireName: r'roundabout-left')
static const DirectionsStepManeuverEnum roundaboutLeft =
_$directionsStepManeuverEnum_roundaboutLeft;