steps property

  1. @BuiltValueField(wireName: r'steps')
JsonObject? steps

Contains detailed directions for walking or driving steps in transit directions. Substeps are only available when travel_mode is set to "transit". The inner steps array is of the same type as steps.

Implementation

@BuiltValueField(wireName: r'steps')
JsonObject? get steps;