toSecond property

Duration get toSecond

Implementation

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