abs method

Money abs()

绝对值(如 -50 元 → 50 元)

Implementation

Money abs() => Money._cached(_cents.abs(), precisionMode);