SquareRootError class
An exception class for errors related to square root calculations.
This exception is thrown when there is an issue with computing the square root of a BigInt value within the defined constraints.
- Inheritance
-
- Object
- BlockchainUtilsException
- SquareRootError
Constructors
-
SquareRootError(String message, {Map<
String, dynamic> ? details}) -
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited