AssertStmt constructor
AssertStmt(})
Implementation
AssertStmt(
this.expr, {
this.description,
super.hasEndOfStmtMark = false,
super.source,
super.line = 0,
super.column = 0,
super.offset = 0,
super.length = 0,
}) : super(
InternalIdentifier.assertStatement,
isAwait: expr.isAwait,
);