straight constant

  1. @BuiltValueEnumConst(wireName: r'straight')
DirectionsStepManeuverEnum const straight

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'straight')
static const DirectionsStepManeuverEnum straight =
    _$directionsStepManeuverEnum_straight;