seconds property

Duration seconds

Implementation

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