headway property

  1. @BuiltValueField(wireName: r'headway')
int? headway

Specifies the expected number of seconds between departures from the same stop at this time. For example, with a headway value of 600, you would expect a ten minute wait if you should miss your bus.

Implementation

@BuiltValueField(wireName: r'headway')
int? get headway;