RemoteErrorfinal

描述来自其他隔离错误。

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

实现类型

构造函数

RemoteError(String description, String stackDescription)

属性

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

方法

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

运算符

operator ==(Object other) bool
等价运算符。
inherited