sec property

Duration get sec

Short-hand for seconds

Implementation

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