abs method
Returns the absolute (non-negative) version of this period.
Implementation
Period abs() => Period._microseconds(_period.abs());
Returns the absolute (non-negative) version of this period.
Period abs() => Period._microseconds(_period.abs());