maxMaintenanceAge constant

Duration const maxMaintenanceAge

Maintenance cadence: due when the last run is older than 24 h.

Implementation

static const maxMaintenanceAge = Duration(hours: 24);