NullRejectionException

当使用 null 或 undefined 值拒绝 promise 时抛出的异常。

这是公开的,以便用户可以捕获在 promise 被用 null 或 undefined 拒绝的情况,而非其他值。

实现类型

构造函数

NullRejectionException(bool isUndefined)

属性

hashCode int
该对象的消息摘要。
no setter继承
isUndefined bool
final
runtimeType Type
表示该对象的运行时类型。
no setter继承

方法

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

操作符

operator ==(Object other) bool
相等操作符。
继承