factory ExprNot.fromJson(Map<String, Object?> json) { return ExprNot(Expr.fromJson(json['arg'] as Map<String, Object?>)); }