steps property

List<DirectionsStep?>? steps

Implementation

List<DirectionsStep?>? get steps =>
    getProperty(this, 'steps')?.cast<DirectionsStep?>();
void steps=(List<DirectionsStep?>? value)

Implementation

set steps(List<DirectionsStep?>? value) {
  setProperty(this, 'steps', value);
}