steps property
ListBuilder<DirectionsStep>
get
steps
Implementation
ListBuilder<DirectionsStep> get steps =>
_$this._steps ??= new ListBuilder<DirectionsStep>();
set
steps
(ListBuilder<DirectionsStep> steps)
Implementation
set steps(ListBuilder<DirectionsStep> steps) => _$this._steps = steps;