seconds property
Duration
get
seconds
Converts to duration object to seconds of value
Implementation
Duration get seconds => Duration(seconds: this);
Converts to duration object to seconds of value
Duration get seconds => Duration(seconds: this);