abs method

Period abs()

Returns the absolute (non-negative) version of this period.

Implementation

Period abs() => Period._microseconds(_period.abs());