BlocUnhandledErrorException class

This is an exception which is thrown on exception in add function in debug mode

Implemented types

Constructors

BlocUnhandledErrorException(IsolateBlocBase bloc, Object error, StackTrace stackTrace)

Properties

bloc IsolateBlocBase
The bloc in which the unhandled error occurred.
final
error Object
The unhandled error object.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace
An optional stackTrace which accompanied the error.
final

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