steps property

  1. @BuiltValueField.new(wireName: r'steps')
BuiltList<DirectionsStep> get steps

An array of steps denoting information about each separate step of the leg of the journey.

Implementation

@BuiltValueField(wireName: r'steps')
BuiltList<DirectionsStep> get steps;