toSeconds method

Duration toSeconds()

Implementation

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