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.

Implemented types

Constructors

SquareRootError(String message)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Abstract field to hold the exception message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited