menu
jetleaf_lang package
documentation
lang.dart
BigInteger
operator unary- method
operator unary- method
dark_mode
light_mode
operator unary-
method
BigInteger
operator unary-
(
)
Returns the negation of this BigInteger.
Implementation
BigInteger operator -() => BigInteger._(-_value);
jetleaf_lang package
documentation
lang
BigInteger
operator unary- method
BigInteger class