steps property
- @BuiltValueField(wireName: r'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;