Operators
Amount operator *(Amount other) { return Amount( value: value * other.value, decimals: decimals + other.decimals, ); }