String formatWithoutSign( [int numberOfDecimals = 2, bool ignoreDecimalIfZero = true]) => format(numberOfDecimals, ignoreDecimalIfZero).replaceAll('-', '');