seconds property
Duration
get
seconds
Shorthand for Duration(seconds: this)
Implementation
Duration get seconds => Duration(seconds: this);
Shorthand for Duration(seconds: this)
Duration get seconds => Duration(seconds: this);