Converts this Uint256 to a double giving the decimals.
decimals
Returns an double
@override double toUnit(int decimals) { return _value / BigInt.from(pow(10, decimals)); }