inHours property

double inHours

Implementation

double get inHours =>
    double.parse((inMinutes / minutesPerHour).toStringAsFixed(2));