steps property
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;
An array of steps denoting information about each separate step of the leg of the journey.
@BuiltValueField(wireName: r'steps')
BuiltList<DirectionsStep> get steps;