currentFare property

double currentFare

Returns the current fare for a journey.

Implementation

double get currentFare => fareAtTime(DateTime.now());