当平台遇到内存不足时可以使用的错误。
- 实现类型
构造函数
- OutOfMemoryError()
-
const
属性
- hashCode → int
- 此对象的哈希码。no setterinherited
- runtimeType → Type
- 对象的运行时类型表示。no setterinherited
- stackTrace → StackTrace?
- 首次抛出此错误时的堆栈跟踪。no setteroverride
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时被调用。inherited
-
toString(
) → String - 此对象的字符串表示。override
运算符
-
operator ==(
Object other) → bool - 等于运算符。inherited