oneSecond top-level constant

Duration const oneSecond

Duration representing one second.

Implementation

const Duration oneSecond = Duration(seconds: 1);