AssertionError 构造函数

AssertionError(
  1. [Object? message]
)

创建一个带有指定 消息 的断言错误。

实现

AssertionError([this.message]);