seconds property
Duration
get
seconds
Returns a Duration representing this integer in seconds.
Implementation
Duration get seconds => Duration(seconds: this);
Returns a Duration representing this integer in seconds.
Duration get seconds => Duration(seconds: this);