TransitDeparture constructor
- RoutePlace place,
- DateTime? time,
- int? delay,
- TransitDepartureStatus? status,
Creates a new instance.
placeThe departure or arrival place.timeExpected departure or arrival time of the event.delayThe accumulated delay in seconds from the scheduled time of the event.statusStatus of the departure.
Implementation
TransitDeparture(this.place, this.time, this.delay, this.status);