estimatedArrivalTime property

DateTime get estimatedArrivalTime

The estimated time of arrival based on current duration.

Implementation

DateTime get estimatedArrivalTime =>
    DateTime.now().add(Duration(seconds: duration));