oneHour top-level constant

Duration const oneHour

Duration representing one hour.

Implementation

const Duration oneHour = Duration(hours: 1);