seconds property

Duration get seconds

Implementation

Duration get seconds {
  return Duration(seconds: this);
}