IntegerDivisionByZeroException

实现类型
注解
  • @弃用("请使用 UnsupportedError 代替")

构造函数

IntegerDivisionByZeroException()
const

属性

hashCode int
该对象的花码。
no setter继承
message String?
no setter重写
runtimeType Type
对象运行时类型的一种表示。
no setter继承
stackTrace StackTrace?
抛出此错误时的堆栈跟踪。
no setter重写

方法

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

操作符

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