abs property
Duration
get
abs
Returns the absolute (non-negative) value of this duration.
Implementation
Duration get abs => Duration(microseconds: inMicroseconds.abs());
Returns the absolute (non-negative) value of this duration.
Duration get abs => Duration(microseconds: inMicroseconds.abs());