StopComputeException class

Exception used to indicate that the cell's value should not be computed.

When this exception is thrown inside the a cell's value computation function, the cell's value is not updated. Instead the cell's current value is preserved.

Implemented types

Constructors

StopComputeException(dynamic defaultValue)
Create an exception to stop the computation of the cell's value.
const

Properties

defaultValue → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
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