abs method

TimeSpan abs()

Implementation

TimeSpan abs() {
  return this ?? TimeSpan.zero;
}