RemoteErrorfinal

来自另一个隔离器的错误描述。

此错误具有与原始错误相同的 toString()stackTrace.toString() 行为,但没有原始错误的任何其他功能。

实现类型

构造函数

RemoteError(String description, String stackDescription)

属性

hashCode int
此对象的哈希码。
无设置器继承
runtimeType Type
对象的运行时类型的表示。
无设置器继承
stackTrace StackTrace
此错误首次抛出时的堆栈跟踪。
final

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
继承
toString() String
此对象的字符串表示。
override

运算符

operator ==(Object other) bool
等于运算符。
继承