Creates a newDuration representing the absolute length of thisDuration.
The returnedDuration has the same length as this one, but is alwayspositive where possible.
Duration abs() => Duration._microseconds(_duration.abs());