s property

Duration get s

A Duration that is as many seconds long as this value.

Examples

final minute = 60.s;

Implementation

Duration get s => Duration(seconds: this);