toSeconds method

int toSeconds()

Implementation

int toSeconds() => secs + (nsecs * NSEC_TO_SEC).toInt();