Returns the hash code for this BigDecimal.
@override int get hashCode => Object.hash(_unscaledValue, _scale);