SquadronError class

Squadron Error

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Message (or string representation of the exception).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The exception's StackTrace.
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() List
Serializes the exception, i.e. returns a list of items that can cross thread boundaries.
override
toString() String
A string representation of this object.
override

Operators

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