s property

Short-hand for seconds

Implementation

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