pub fn dart_assert(cond: DartExpr, msg: &str) -> DartStmt
Emit a simple assert(condition, message) statement.
assert(condition, message)