st_seconds property
Duration
get
st_seconds
Converts the integer to a duration representing seconds.
Implementation
Duration get st_seconds {
return SuperTime.toSeconds(this);
}
Converts the integer to a duration representing seconds.
Duration get st_seconds {
return SuperTime.toSeconds(this);
}