seconds property
Duration
get
seconds
Duration in Seconds
Implementation
Duration get seconds => Duration(seconds: this.toInt());
Duration in Seconds
Duration get seconds => Duration(seconds: this.toInt());